Skip to content

command line argument --shortlist not working #396

@bitprophet

Description

@bitprophet

Description

I installed fabric using the 1.2.0 tag from the github repo on ubuntu 10.04. fab --shortlist gives the usage output instead of the short task list. The long version (fab -F short --list) works as expected. I looked at the source but don't see why it's misbehaving.

% fab --version
Fabric 1.2.0

% fab -F short --list
deploy
development
production
...

% fab --shortlist
Usage: fab [options] <command>[:arg1,arg2=val2,host=foo,hosts='h1;h2',...] ...
Options:
-h, --help            show this help message and exit
-V, --version         show program's version number and exit
-l, --list            print list of possible commands and exit
...

Originally submitted by Michael W (alwassoc) on 2011-07-25 at 01:02pm EDT

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions