Skip to content

Append all arguments to --complete#35

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

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

Conversation

@dhinus

@dhinus dhinus commented Jan 16, 2013

Copy link
Copy Markdown

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

sandrods commented Feb 7, 2013

Copy link
Copy Markdown

+1

3 similar comments
@mgodwin

mgodwin commented Feb 16, 2013

Copy link
Copy Markdown

+1

@staugaard

Copy link
Copy Markdown

👍

@jdevera

jdevera commented May 15, 2013

Copy link
Copy Markdown

👍

@mppfiles

Copy link
Copy Markdown

👍 freakin' awesome.

@dcosson

dcosson commented Jan 30, 2017

Copy link
Copy Markdown

4 years and no merge or comment from the maintainers?

@markstos

markstos commented Jun 2, 2023

Copy link
Copy Markdown

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