Revision f8ecc788
Added by Thomas McKay almost 9 years ago
lib/hammer_cli_csv/content_views.rb | ||
---|---|---|
103 | 103 |
end |
104 | 104 |
end |
105 | 105 |
|
106 |
HammerCLI::MainCommand.subcommand("csv:contentviews", "import/export content views", HammerCLICsv::ContentViewsCommand) |
|
106 |
HammerCLICsv::CsvCommand.subcommand("content-views", |
|
107 |
"import or export content-views", |
|
108 |
HammerCLICsv::ContentViewsCommand) |
|
107 | 109 |
end |
Also available in: Unified diff
csv-scope - lots of cleanup