Fixes #17307 - move help module out of CsvCommand (#137)
Fixes #17223 - use HammerCLI's new help model (#135)
HammerCLICsv is broken due tohttps://github.com/theforeman/hammer-cli/pull/222
fixes #14162 - hide unsupported sub-commands and options
+ updated for ruby 2.0.0+ updated README+ fixed rubocop+ updated tests+ based on feedback switched to default being unsupported for new commands
+ removed copyright and old comments that had been moved to README
+ updated api call to add host collections to activation key
+ adding import/export settings
+ clean up options --organization and --file
+ added deprecation for --csv-file and --csv-export...
rubocop - fixes
Rehomed command-classes so that Clamp would work correctly
NOTE: 'autoload_subcommands wants to be in only one place -leave in last-loaded subcommand (in this case, users.rb)
$ env RUBYOPT=-Ilib hammer csvUsage: hammer csv [OPTIONS] SUBCOMMAND [ARG] ......
csv-scope - lots of cleanup