mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-18 13:41:49 +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{
|
var completionFishCmd = &cobra.Command{
|
||||||
Use: "fish",
|
Use: "fish",
|
||||||
Short: "Generates fish completion scripts",
|
Short: "Generates fish completion scripts",
|
||||||
Example: `To load completion run
|
Example: `To configure your fish shell to load completions for each session write this script to your completions dir:
|
||||||
|
|
||||||
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
|
flux completion fish > ~/.config/fish/completions/flux.fish
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue