syllago completion bash
Synopsis
Section titled “Synopsis”syllago completion bashDescription
Section titled “Description”Generate the autocompletion script for the bash shell.
This script depends on the ‘bash-completion’ package. If it is not installed already, you can install it via your OS’s package manager.
To load completions in your current shell session:
source <(syllago completion bash)To load completions for every new session, execute once:
Linux:
Section titled “Linux:”syllago completion bash > /etc/bash_completion.d/syllagomacOS:
Section titled “macOS:”syllago completion bash > $(brew --prefix)/etc/bash_completion.d/syllagoYou will need to start a new shell for this setup to take effect.
Options
Section titled “Options”| Flag | Type | Default | Required | Description |
|---|---|---|---|---|
--no-descriptions | bool | — | No | disable completion descriptions |
Global Options
Section titled “Global Options”| Flag | Type | Default | Required | Description |
|---|---|---|---|---|
--json | bool | — | No | Output in JSON format |
--no-color | bool | — | No | Disable color output |
-q, --quiet | bool | — | No | Suppress non-essential output |
-v, --verbose | bool | — | No | Verbose output |
See Also
Section titled “See Also”Source