Use the blobfuse2 completion zsh
command to generate the autocompletion script for BlobFuse2 for the zsh shell.
blobfuse2 completion zsh --[flag-name]=[flag-value]
Flags that apply to blobfuse2 completion zsh
are inherited from the grandparent command, blobfuse2
, or apply only to the blobfuse2 completion
subcommands.
The following flags are inherited from grandparent command blobfuse2
:
The following flags apply only to the blobfuse2 completion
subcommands:
If shell completion is not already enabled in your environment you will need to enable it. To do so, run the following command once:
echo "autoload -U compinit; compinit" >> ~/.zshrc
To load completions in your current shell session:
source <(blobfuse2 completion zsh); compdef _blobfuse2 blobfuse2
To load completions for every new session, execute once:
On Linux:
blobfuse2 completion zsh > "${fpath[1]}/_blobfuse2"
On macOS:
blobfuse2 completion zsh > /usr/local/share/zsh/site-functions/_blobfuse2
Note
You will need to start a new shell for this setup to take effect.
See alsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4