goops completion
Generates bash completion script
Synopsis
To load completion run
. <(goops completion)
To configure your bash shell to load completions for each session add to your bashrc
~/.bashrc or ~/.profile
. <(goops completion)
goops completion [flags]
Options
-h, --help help for completion
Options inherited from parent commands
--config string config file (default is $HOME/.goops.yaml)
--debug Debug output
--info Info output
--no-color Disable ANSI color output
--trace Trace output
SEE ALSO
- goops - DevOps toolset written in Go.