We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6acb3c commit 180d1d4Copy full SHA for 180d1d4
cli/compile/compile.go
@@ -83,7 +83,6 @@ func NewCommand() *cobra.Command {
83
}
84
85
command.Flags().StringVarP(&fqbn, "fqbn", "b", "", tr("Fully Qualified Board Name, e.g.: arduino:avr:uno"))
86
- command.MarkFlagRequired("fqbn")
87
command.RegisterFlagCompletionFunc("fqbn", func(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {
88
return getBoards(toComplete), cobra.ShellCompDirectiveDefault
89
})
0 commit comments