Revision f8ecc788
Added by Thomas McKay almost 9 years ago
lib/hammer_cli_csv/architectures.rb | ||
---|---|---|
89 | 89 |
end |
90 | 90 |
end |
91 | 91 |
|
92 |
HammerCLI::MainCommand.subcommand("csv:architectures", "ping the katello server", HammerCLICsv::ArchitecturesCommand) |
|
92 |
HammerCLICsv::CsvCommand.subcommand("architectures", |
|
93 |
"import or export architectures", |
|
94 |
HammerCLICsv::ArchitecturesCommand) |
|
93 | 95 |
end |
Also available in: Unified diff
csv-scope - lots of cleanup