Closed loomis closed 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.
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.
The commands
stratus-list-images
andstratus-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.