Skip to content

Append all arguments to --complete#1

Merged
JudStephenson-drizly merged 1 commit intoJudStephenson-drizly:masterfrom
cayenne-digital:master
Oct 6, 2023
Merged

Append all arguments to --complete#1
JudStephenson-drizly merged 1 commit intoJudStephenson-drizly:masterfrom
cayenne-digital:master

Conversation

@JudStephenson-drizly
Copy link
Owner

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

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
@JudStephenson-drizly JudStephenson-drizly merged commit 9a7c270 into JudStephenson-drizly:master Oct 6, 2023
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?

1 participant