#185 Fix CLI
Closed: Fixed by jskladan. Opened by jskladan.

$ testcloud -h
usage: testcloud [-h] [-c CONNECTION] {instance, ...} ...
Testcloud is a small wrapper program designed to quickly and simply boot images designed for cloud systems.
options:
  -h, --help            show this help message and exit
  -c CONNECTION, --connection CONNECTION
                        libvirt connection url to use
Command Types:
  Types of commands available
  {instance, ...}
                        <command> --help
    instance            help on instance options
    ...

Using the instance produces:

$ testcloud instance
ERROR:instance subcommand was removed from testcloud. For instance operations, omit the 'instance' keyword.

Either gracefully fallback to the old behaviour, or remove it from help (preffered).

Check the rest of the CLI/Argparser too.


Metadata Update from @jskladan:
- Custom field story_points adjusted to 2
- Issue priority set to: Low

Metadata Update from @jskladan:
- Issue assigned to jskladan

Metadata Update from @jskladan:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata Update from @jskladan:
- Custom field story_points adjusted to 1 (was: 2)

Metadata