We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879a0a3 commit d8c9169Copy full SHA for d8c9169
src/client/acontext-cli/main.go
@@ -42,6 +42,7 @@ Get started by running: acontext create
42
fmt.Println()
43
fmt.Println("Quick Commands:")
44
fmt.Println(" acontext create Create a new project")
45
+ fmt.Println(" acontext docker Manage Docker services (up/down/status/logs/env)")
46
fmt.Println(" acontext version Show version information")
47
fmt.Println(" acontext help Show help information")
48
@@ -62,4 +63,3 @@ var versionCmd = &cobra.Command{
62
63
fmt.Printf("Acontext CLI version %s\n", version)
64
},
65
}
-
0 commit comments