diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -112,6 +112,20 @@ It is recommended that the resulting executable be installed in a directory accessible via the `PATH` environment variable. +#### Bash Completion +**nitrocli** comes with Bash completion support for options and +arguments to them. A completion script can be generated via the +`shell-complete` utility program and then only needs to be sourced to +make the current shell provide context-sensitive tab completion support. +```bash +$ cargo run --bin=shell-complete > nitrocli.bash +$ source nitrocli.bash +``` + +The generated completion script can be installed system-wide as usual +and sourced through Bash initialization files, such as `~/.bashrc`. + + Known Problems -------------- |