Revision f8ecc788
Added by Thomas McKay almost 9 years ago
lib/hammer_cli_csv/puppet_reports.rb | ||
---|---|---|
222 | 222 |
|
223 | 223 |
end |
224 | 224 |
|
225 |
HammerCLI::MainCommand.subcommand("csv:puppetreports", "import/export puppet reports", HammerCLICsv::PuppetReportsCommand) |
|
225 |
HammerCLICsv::CsvCommand.subcommand("puppet-reports", |
|
226 |
"import or export puppet reports", |
|
227 |
HammerCLICsv::PuppetReportsCommand) |
|
226 | 228 |
end |
Also available in: Unified diff
csv-scope - lots of cleanup