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 f0377b3 commit d77a5b9Copy full SHA for d77a5b9
cli/root.go
@@ -7,12 +7,12 @@ import (
7
8
func Root() *cobra.Command {
9
cmd := &cobra.Command{
10
- Use: "marketplace",
+ Use: "code-marketplace",
11
SilenceErrors: true,
12
SilenceUsage: true,
13
Long: "Code extension marketplace",
14
Example: strings.Join([]string{
15
- " marketplace server --extensions-dir ./extensions",
+ " code-marketplace server --extensions-dir ./extensions",
16
}, "\n"),
17
}
18
0 commit comments