-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add shell completion for CLI commands #30
Comments
And it might actually quite close, needing documentation in the first stage, as per following the Click docs of activating it https://click.palletsprojects.com/en/7.x/bashcomplete/#activation already yields some results: But it would be good to expand on this, so include completion of dynamic elements (e.g. server names, project names, as appropriate) for high class usability. |
There's a PR open for this in #22 -- the PR is stalled, but I've been using it locally without problems for some time. |
Ah, thanks! Should have checked first, will try that out!
…On Sat, Mar 7, 2020, 08:52 Scott Stevenson ***@***.***> wrote:
There's a PR open for this in #22
<#22> -- the PR is stalled,
but I've been using it locally without problems for some time.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#30?email_source=notifications&email_token=AAAJPT7M5C635INIFGMNYSDRGIDMXA5CNFSM4LC3CA52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEODTJZQ#issuecomment-596063462>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAJPT7ZQWOLPWVKOAJTF4DRGIDMXANCNFSM4LC3CA5Q>
.
|
For bash (the platform's shell) and zsh (as common for developers) at least, though likely a single solution should (?) work for both. It might be actually not too tough, as Click (that the CLI uses) does help with that https://click.palletsprojects.com/en/7.x/bashcomplete/
The text was updated successfully, but these errors were encountered: