Skip to content

Commit 23c61df

Browse files
committed
remove flag no-python
1 parent 5e75119 commit 23c61df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/arduino-app-cli/app/new.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ func newCreateCmd(cfg config.Configuration) *cobra.Command {
5252
cmd.Flags().StringVarP(&fromApp, "from-app", "", "", "Create the new app from the path of an existing app")
5353
cmd.Flags().StringArrayVarP(&bricks, "bricks", "b", []string{}, "List of bricks to include in the app")
5454
cmd.Flags().BoolVarP(&noSketch, "no-sketch", "", false, "Do not include Sketch files")
55-
cmd.MarkFlagsMutuallyExclusive("no-python", "no-sketch")
5655

5756
return cmd
5857
}

0 commit comments

Comments
 (0)