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

Enhance BASH completion #9

Open
bheisig opened this issue Sep 25, 2018 · 0 comments
Open

Enhance BASH completion #9

bheisig opened this issue Sep 25, 2018 · 0 comments

Comments

@bheisig
Copy link
Owner

bheisig commented Sep 25, 2018

Expected behavior

When using bash the completion script should auto-complete user keyboard interactions for every single command and its options. This includes:

  • All commands, for example read
  • All common options, for example --help or -c
  • All command-specific options and arguments, for example idoitcli read server

Actual behavior

Script only supports a subset of available commands, but not a single option/argument.

Steps to reproduce the behavior

idoitcli re<tab>
idoitcli read ser<tab>

Environment

Question Answer
idoitcli version 0.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant