Skip to content

Commit 39f13c7

Browse files
committed
hide create command
1 parent 628b530 commit 39f13c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/root.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ func init() {
129129
rootCmd.AddCommand(profilesCmd)
130130
rootCmd.AddCommand(proxies.ProxiesCmd)
131131
rootCmd.AddCommand(extensionsCmd)
132-
rootCmd.AddCommand(createCmd)
132+
// Hide create command while WIP
133+
// rootCmd.AddCommand(createCmd)
133134

134135
rootCmd.PersistentPostRunE = func(cmd *cobra.Command, args []string) error {
135136
// running synchronously so we never slow the command

0 commit comments

Comments
 (0)