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