qrush / sub

a delicious way to organize programs
http://37signals.com/svn/posts/3264-automating-with-convention-introducing-sub
MIT License
1.74k stars 148 forks source link

Append all arguments to --complete #35

Open dhinus opened 11 years ago

dhinus commented 11 years ago

Fixes #7 (if using bash)

When bash-completion is invoked, all arguments are now forwarded to the command, e.g.

sub command arg1 arg2

now triggers:

sub --complete command arg1 arg2

instead of just:

sub --complete command

sandrods commented 11 years ago

+1

mgodwin commented 11 years ago

+1

staugaard commented 11 years ago

:+1:

jdevera commented 11 years ago

:+1:

mppfiles commented 10 years ago

:+1: freakin' awesome.

dcosson commented 7 years ago

4 years and no merge or comment from the maintainers?

markstos commented 1 year ago

Looks good, I recommend merging this.