-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Milestone
Description
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