mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
add blurb about bash completion
Add brief information about tab completions for bash and instructions to enable it.
This commit is contained in:
parent
8c3cb3f585
commit
b409bdcc73
@ -82,6 +82,10 @@ _(Typically useful, but not strictly required for all commands)_
|
||||
Take a look at the full command documentation at [https://docs.resin.io/tools/cli/](https://docs.resin.io/tools/cli/#table-of-contents
|
||||
), or by running `resin help`.
|
||||
|
||||
### Bash completions
|
||||
|
||||
Optionally you can enable tab completions for the bash shell, enabling the shell to provide additional context and automatically complete arguments to`resin`. To enable bash completions, copy the `resin-completion.bash` file to the default bash completions directory (usually `/etc/bash_completion.d/`) or append it to the end of `~/.bash_completion`.
|
||||
|
||||
FAQ
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user