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