Skip to content

Commit 346c7c9

Browse files
committed
Disable incomplete sync command
1 parent 04b410e commit 346c7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/sketch/sketch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ func InitCommand() *cobra.Command {
3131
Example: " " + commands.AppName + " sketch new MySketch",
3232
}
3333
sketchCommand.AddCommand(initNewCommand())
34-
sketchCommand.AddCommand(initSyncCommand())
34+
//sketchCommand.AddCommand(initSyncCommand())
3535
return sketchCommand
3636
}

0 commit comments

Comments
 (0)