Skip to content

Append all arguments to --complete#35

Open
dhinus wants to merge 1 commit intoqrush:masterfrom
cayenne-digital:issue-7
Open

Append all arguments to --complete#35
dhinus wants to merge 1 commit intoqrush:masterfrom
cayenne-digital:issue-7

Conversation

@dhinus
Copy link
Copy Markdown

@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
Copy Markdown

sandrods commented Feb 7, 2013

+1

3 similar comments
@mgodwin
Copy link
Copy Markdown

mgodwin commented Feb 16, 2013

+1

@staugaard
Copy link
Copy Markdown

👍

@jdevera
Copy link
Copy Markdown

jdevera commented May 15, 2013

👍

@mppfiles
Copy link
Copy Markdown

👍 freakin' awesome.

@dcosson
Copy link
Copy Markdown

dcosson commented Jan 30, 2017

4 years and no merge or comment from the maintainers?

@markstos
Copy link
Copy Markdown
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