mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-10 00:05:38 +00:00
update: description
This commit is contained in:
parent
aabd31db81
commit
7e7d7fa6aa
@ -9,7 +9,7 @@ import (
|
|||||||
var completionCmd = &cobra.Command{
|
var completionCmd = &cobra.Command{
|
||||||
Use: "completion [bash|zsh|fish|powershell]",
|
Use: "completion [bash|zsh|fish|powershell]",
|
||||||
Aliases: []string{"shell-completion"},
|
Aliases: []string{"shell-completion"},
|
||||||
Short: "Generate shell completion script",
|
Short: "Generate the autocompletion script for the specified shell",
|
||||||
Long: `To load completions:
|
Long: `To load completions:
|
||||||
|
|
||||||
Bash:
|
Bash:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user