sbx completion fish
| 内容説明 | Generate the autocompletion script for fish |
|---|---|
| 利用方法 | sbx completion fish [flags] |
Description
Generate the autocompletion script for the fish shell.
To load completions in your current shell session:
sbx completion fish | source
To load completions for every new session, execute once:
sbx completion fish > ~/.config/fish/completions/sbx.fish
You will need to start a new shell for this setup to take effect.
Options
| オプション | デフォルト | 内容説明 |
|---|---|---|
--no-descriptions | disable completion descriptions |
Global options
| オプション | デフォルト | 内容説明 |
|---|---|---|
-D, --debug | Enable debug logging |