StratusLab / client

Command Line Interface (CLI) for StratusLab cloud services
Apache License 2.0
2 stars 1 forks source link

commands stratus-list-images and stratus-show-image do not support standard options #151

Closed loomis closed 10 years ago

loomis commented 10 years ago

The commands stratus-list-images and stratus-show-image do not support the usual --help and --version options. The commands should use the usual classes and patterns to support these options and to behave similarly to the other commands.

loomis commented 10 years ago

While fixing this issue, another problem was discovered where the namespace "commandbase" and the module "CommandBase.py" conflict on case-preserving systems (like Mac OS X). A refactoring to avoid this conflict also needs to be done.

loomis commented 10 years ago

The original stratus-show-image command required an --image option. This was unnecessary as the image identifier can just be an argument. The command signature has been modified to remove the --image option.