mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-07-06 03:57:05 +00:00
Merge pull request #97 from k8sgpt-ai/feat/93-british-and-american-english
feat: added british alias
This commit is contained in:
commit
a49cec98c0
@ -27,6 +27,7 @@ var (
|
|||||||
// AnalyzeCmd represents the problems command
|
// AnalyzeCmd represents the problems command
|
||||||
var AnalyzeCmd = &cobra.Command{
|
var AnalyzeCmd = &cobra.Command{
|
||||||
Use: "analyze",
|
Use: "analyze",
|
||||||
|
Aliases: []string{"analyse"},
|
||||||
Short: "This command will find problems within your Kubernetes cluster",
|
Short: "This command will find problems within your Kubernetes cluster",
|
||||||
Long: `This command will find problems within your Kubernetes cluster and
|
Long: `This command will find problems within your Kubernetes cluster and
|
||||||
provide you with a list of issues that need to be resolved`,
|
provide you with a list of issues that need to be resolved`,
|
||||||
|
Loading…
Reference in New Issue
Block a user