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 5e75119 commit 23c61dfCopy full SHA for 23c61df
cmd/arduino-app-cli/app/new.go
@@ -52,7 +52,6 @@ func newCreateCmd(cfg config.Configuration) *cobra.Command {
52
cmd.Flags().StringVarP(&fromApp, "from-app", "", "", "Create the new app from the path of an existing app")
53
cmd.Flags().StringArrayVarP(&bricks, "bricks", "b", []string{}, "List of bricks to include in the app")
54
cmd.Flags().BoolVarP(&noSketch, "no-sketch", "", false, "Do not include Sketch files")
55
- cmd.MarkFlagsMutuallyExclusive("no-python", "no-sketch")
56
57
return cmd
58
}
0 commit comments