mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
Updated godocs to match readme
Signed-off-by: tvories <taylor@tmtech.me>
This commit is contained in:
parent
d9eabcdbf7
commit
81f6fa598f
1 changed files with 1 additions and 3 deletions
|
|
@ -25,9 +25,7 @@ import (
|
|||
var completionFishCmd = &cobra.Command{
|
||||
Use: "fish",
|
||||
Short: "Generates fish completion scripts",
|
||||
Example: `To load completion run
|
||||
|
||||
To configure your fish shell to load completions for each session write this script to your completions dir:
|
||||
Example: `To configure your fish shell to load completions for each session write this script to your completions dir:
|
||||
|
||||
flux completion fish > ~/.config/fish/completions/flux.fish
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue