mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2025-07-04 13:52:41 +00:00
Replace the default help text
This commit is contained in:
parent
7d091c5eba
commit
281cb60c74
@ -41,13 +41,8 @@ var (
|
|||||||
// RootCmd represents the base command when called without any subcommands
|
// RootCmd represents the base command when called without any subcommands
|
||||||
var RootCmd = &cobra.Command{
|
var RootCmd = &cobra.Command{
|
||||||
Use: "cis_kubernetes",
|
Use: "cis_kubernetes",
|
||||||
Short: "A brief description of your application",
|
Short: "Run CIS Benchmarks checks against a Kubernetes deployment",
|
||||||
Long: `A longer description that spans multiple lines and likely contains
|
Long: `This tool runs the CIS Kubernetes 1.6 Benchmark v1.0.0 checks.`,
|
||||||
examples and usage of using your application. For example:
|
|
||||||
|
|
||||||
Cobra is a CLI library for Go that empowers applications.
|
|
||||||
This application is a tool to generate the needed files
|
|
||||||
to quickly create a Cobra application.`,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Execute adds all child commands to the root command sets flags appropriately.
|
// Execute adds all child commands to the root command sets flags appropriately.
|
||||||
|
Loading…
Reference in New Issue
Block a user