Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
Use the blobfuse2 completion zsh command to generate the autocompletion script for BlobFuse2 for the zsh shell.
Sintaxe
blobfuse2 completion zsh --[flag-name]=[flag-value]
Bandeiras (opções)
Flags that apply to blobfuse2 completion zsh are inherited from the grandparent command, blobfuse2, or apply only to the blobfuse2 completion subcommands.
Flags inherited from the BlobFuse2 command
The following flags are inherited from grandparent command blobfuse2:
| Bandeira | Versão resumida | Tipo de valor | Valor predefinido | Descrição |
|---|---|---|---|---|
| desativar-verificação-de-versão | boolean | falso | Habilita ou desabilita a verificação automática de versão dos binários BlobFuse2 | |
| Ajuda | -h | não aplicável | Help info for the blobfuse2 command and subcommands |
Flags that apply to the BlobFuse2 completion subcommands
The following flags apply only to the blobfuse2 completion subcommands:
| Bandeira | Tipo de valor | Valor predefinido | Descrição |
|---|---|---|---|
| no-descriptions | boolean | falso | Disable completion descriptions |
Utilização
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
Observação
You will need to start a new shell for this setup to take effect.