STG-COMPLETION(1) | StGit Manual | STG-COMPLETION(1) |
NAME¶
stg-completion - Support for shell completions
SYNOPSIS¶
stg completion bash [OPTIONS] stg completion fish [OPTIONS] stg completion zsh [OPTIONS] stg completion list aliases [OPTIONS] stg completion list commands [OPTIONS] stg completion list commands-and-aliases [OPTIONS] stg completion list help aliases stg completion list help commands stg completion list help commands-and-aliases stg completion list help help stg completion man [OPTIONS] stg completion help bash stg completion help fish stg completion help zsh stg completion help list aliases stg completion help list commands stg completion help list commands-and-aliases stg completion help man stg completion help help
DESCRIPTION¶
Support completions for bash, fish, and zsh. Also provides stg completion list command for dynamically introspecting StGit’s commands and aliases.
COMMANDS¶
bash
fish
zsh
list aliases
list commands
list commands-and-aliases
man
One file is generated for each stg command. The output directory defaults to the current directory, but may be specified with --output. The output files are named stg-<command>.txt.
OPTIONS¶
-o <path>, --output=<path>
BASH OPTIONS¶
-o <path>, --output=<path>
FISH OPTIONS¶
-o <path>, --output=<path>
ZSH OPTIONS¶
-o <path>, --output=<path>
LIST ALIASES OPTIONS¶
--show-expansion
--style=(name-only|asciidoc|fish|zsh)
-o <path>, --output=<path>
LIST COMMANDS OPTIONS¶
--style=(name-only|asciidoc|fish|zsh)
-o <path>, --output=<path>
LIST COMMANDS-AND-ALIASES OPTIONS¶
--style=(name-only|asciidoc|fish|zsh)
-o <path>, --output=<path>
MAN OPTIONS¶
-o <dir>, --output=<dir>
STGIT¶
Part of the StGit suite - see stg(1)
09/20/2024 | StGit 2.4.12 |