Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

command line argument --shortlist not working #396

Closed
bitprophet opened this issue Aug 19, 2011 · 3 comments
Closed

command line argument --shortlist not working #396

bitprophet opened this issue Aug 19, 2011 · 3 comments
Labels
Milestone

Comments

@bitprophet
Copy link
Member

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

@ghost ghost assigned bitprophet Aug 19, 2011
@bitprophet
Copy link
Member Author

**** (ori) posted:


Quick fix -- <broken link :(>


on 2011-07-25 at 10:48pm EDT

@sxalexander
Copy link

This is broken for me as well and the pull link above doesn't work.

@bitprophet
Copy link
Member Author

Yea, just noticed that they never actually posted a link to their repo/branch, and the username from Redmine may not truly match Github, as the GH @ori account has no Fab repo. (Or any repos.)

Anyway, yes, it's a known regression and I will be fixing it for the next bugfix release.

EDIT: N.B. seems to have broken in 1.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants