mirror of
https://github.com/containers/podman.git
synced 2025-06-24 03:08:13 +08:00
hide kube command for now
until the kube commands are ironed out, we dont want it drawing attention in any release Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@ -18,5 +18,6 @@ var (
|
|||||||
Subcommands: kubeSubCommands,
|
Subcommands: kubeSubCommands,
|
||||||
UseShortOptionHandling: true,
|
UseShortOptionHandling: true,
|
||||||
OnUsageError: usageErrorHandler,
|
OnUsageError: usageErrorHandler,
|
||||||
|
Hidden: true,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user