seek-oss/aec

positional arguments args

tekumara opened this issue · 1 comments

The positional argument args isn't used and confuses users:

Usage: ec2 describe [-h] [--name NAME] [--profile PROFILE] [args [args ...]]

    List EC2 instances in the region
    

positional arguments:
  args               -

optional arguments:
  -h, --help         show this help message and exit
  --name NAME        Filter to hosts with this Name tag (default: -)
  --profile PROFILE  Profile in the config file to use (default: 'default')
....