Events
Mar 31, 11 PM - Apr 2, 11 PM
The ultimate Microsoft Fabric, Power BI, SQL, and AI community-led event. March 31 to April 2, 2025.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
:
Flag | Short version | Value type | Default value | Description |
---|---|---|---|---|
disable-version-check | boolean | false | Enables or disables automatic version checking of the BlobFuse2 binaries | |
help | -h | n/a | Help info for the blobfuse2 command and subcommands |
The following flags apply only to the blobfuse2 completion
subcommands:
Flag | Value type | Default value | Description |
---|---|---|---|
no-descriptions | boolean | false | Disable completion descriptions |
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.
Events
Mar 31, 11 PM - Apr 2, 11 PM
The ultimate Microsoft Fabric, Power BI, SQL, and AI community-led event. March 31 to April 2, 2025.
Register today