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

Append all arguments to --complete #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dhinus
Copy link

@dhinus dhinus commented Jan 16, 2013

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

Fixes qrush#7
(if using bash)

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

sub command arg1 arg2 <tab>

now triggers:

sub --complete command arg1 arg2

instead of just:

sub --complete command
@sandrods
Copy link

sandrods commented Feb 7, 2013

+1

3 similar comments
@mgodwin
Copy link

mgodwin commented Feb 16, 2013

+1

@staugaard
Copy link

👍

@jdevera
Copy link

jdevera commented May 15, 2013

👍

@mppfiles
Copy link

👍 freakin' awesome.

@dcosson
Copy link

dcosson commented Jan 30, 2017

4 years and no merge or comment from the maintainers?

@markstos
Copy link
Contributor

markstos commented Jun 2, 2023

Looks good, I recommend merging this.

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

Successfully merging this pull request may close these issues.

Autocomplete on 3rd level argument?
8 participants