mirror of
https://github.com/niusmallnan/steve.git
synced 2025-06-27 23:16:56 +00:00
K-EXPLORER: update cli name
This commit is contained in:
parent
272322312a
commit
eb573e2af8
2
main.go
2
main.go
@ -19,7 +19,7 @@ var (
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
app := cli.NewApp()
|
app := cli.NewApp()
|
||||||
app.Name = "steve"
|
app.Name = "kube-explorer"
|
||||||
app.Version = version.FriendlyVersion()
|
app.Version = version.FriendlyVersion()
|
||||||
app.Usage = ""
|
app.Usage = ""
|
||||||
app.Flags = append(
|
app.Flags = append(
|
||||||
|
Loading…
Reference in New Issue
Block a user