Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 415 Bytes

File metadata and controls

34 lines (20 loc) · 415 Bytes

func completion

Output functions shell completion code

Synopsis

To load completion run

For zsh: source <(func completion zsh)

If you would like to use alias: alias f=func compdef _func f

For bash: source <(func completion bash)

func completion <bash|zsh|fish>

Options

  -h, --help   help for completion

SEE ALSO

  • func - func manages Knative Functions