Skip to content

xlflow completion

Generate shell completion scripts through Cobra.

Usage

bash
xlflow completion [bash|fish|powershell|zsh]

Options and Arguments

Option / argumentDescriptionDefault
bashGenerate Bash completion.-
fishGenerate Fish completion.-
powershellGenerate PowerShell completion.-
zshGenerate Zsh completion.-

Examples

bash
xlflow completion powershell > xlflow.ps1
xlflow completion bash > xlflow.bash

Notes

TIP

Completion generation is pure CLI output and does not require Excel COM.

Released under the MIT License.