Revision f8ecc788
Added by Thomas McKay almost 9 years ago
lib/hammer_cli_csv/hosts.rb | ||
---|---|---|
116 | 116 |
end |
117 | 117 |
end |
118 | 118 |
|
119 |
HammerCLI::MainCommand.subcommand("csv:hosts", "import/export hosts", HammerCLICsv::HostsCommand) |
|
119 |
HammerCLICsv::CsvCommand.subcommand("hosts", |
|
120 |
"import or export hosts", |
|
121 |
HammerCLICsv::HostsCommand) |
|
120 | 122 |
end |
Also available in: Unified diff
csv-scope - lots of cleanup