Revision f8ecc788
Added by Thomas McKay almost 9 years ago
lib/hammer_cli_csv/partition_tables.rb | ||
---|---|---|
93 | 93 |
end |
94 | 94 |
end |
95 | 95 |
|
96 |
HammerCLI::MainCommand.subcommand("csv:partitiontables", "ping the katello server", HammerCLICsv::PartitionTablesCommand) |
|
96 |
HammerCLICsv::CsvCommand.subcommand("partition-tables", |
|
97 |
"import or export partition tables", |
|
98 |
HammerCLICsv::PartitionTablesCommand) |
|
97 | 99 |
end |
Also available in: Unified diff
csv-scope - lots of cleanup