Revision f8ecc788
Added by Thomas McKay almost 9 years ago
lib/hammer_cli_csv/domains.rb | ||
---|---|---|
97 | 97 |
end |
98 | 98 |
end |
99 | 99 |
|
100 |
HammerCLI::MainCommand.subcommand("csv:domains", "ping the katello server", HammerCLICsv::DomainsCommand) |
|
100 |
HammerCLICsv::CsvCommand.subcommand("domains", |
|
101 |
"import or export domains", |
|
102 |
HammerCLICsv::DomainsCommand) |
|
101 | 103 |
end |
Also available in: Unified diff
csv-scope - lots of cleanup