mirror of
https://github.com/niusmallnan/steve.git
synced 2025-09-27 21:27:38 +00:00
K-EXPLORER: update cli name
This commit is contained in:
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(
|
||||||
|
Reference in New Issue
Block a user