Revision f8ecc788
Added by Thomas McKay almost 9 years ago
lib/hammer_cli_csv/locations.rb | ||
---|---|---|
78 | 78 |
end |
79 | 79 |
end |
80 | 80 |
|
81 |
HammerCLI::MainCommand.subcommand("csv:locations", "ping the katello server", HammerCLICsv::LocationsCommand) |
|
81 |
HammerCLICsv::CsvCommand.subcommand("locations", |
|
82 |
"import or export locations", |
|
83 |
HammerCLICsv::LocationsCommand) |
|
82 | 84 |
end |
Also available in: Unified diff
csv-scope - lots of cleanup