You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bash is a common shell for Linux / BSD operating systems. Bash has a feature whereby you can have the shell auto-complete options for a command-line argument, which can simplify usage of command-line applications.
See here for a tutorial and here for more extensive documentation.
Given a CLI, we should be able to nicely generate a bash script that when sourced, will add all appropriate completions using the complete process.
See CLIApp#completions.
The text was updated successfully, but these errors were encountered:
Bash is a common shell for Linux / BSD operating systems. Bash has a feature whereby you can have the shell auto-complete options for a command-line argument, which can simplify usage of command-line applications.
See here for a tutorial and here for more extensive documentation.
Given a CLI, we should be able to nicely generate a bash script that when sourced, will add all appropriate completions using the
complete
process.See
CLIApp#completions
.The text was updated successfully, but these errors were encountered: