mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 08:23:15 +01:00
stop hidding command from help doc (#596)
Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>
This commit is contained in:
parent
1c63943055
commit
dd024298eb
@ -14,9 +14,8 @@ import (
|
|||||||
|
|
||||||
// completionCmd represents the completion command
|
// completionCmd represents the completion command
|
||||||
var completionCmd = &cobra.Command{
|
var completionCmd = &cobra.Command{
|
||||||
Hidden: true,
|
Use: "completion [bash|zsh|fish]",
|
||||||
Use: "completion [bash|zsh|fish]",
|
Short: "Generate a shell completion for Syft (listing local docker images)",
|
||||||
Short: "Generate a shell completion for Syft (listing local docker images)",
|
|
||||||
Long: `To load completions (docker image list):
|
Long: `To load completions (docker image list):
|
||||||
|
|
||||||
Bash:
|
Bash:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user