We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12caaa8 commit 076dfceCopy full SHA for 076dfce
internal/cli/arguments/fqbn.go
@@ -38,7 +38,7 @@ func (f *Fqbn) AddToCommand(cmd *cobra.Command) {
38
f.addToCommand(cmd, true)
39
}
40
41
-// AddToCommand adds the flags used to set fqbn to the specified Command, board options flag is not provided
+// AddToCommandWithoutBoardOptions adds the flags used to set fqbn to the specified Command, board options flag is not provided
42
func (f *Fqbn) AddToCommandWithoutBoardOptions(cmd *cobra.Command) {
43
f.addToCommand(cmd, false)
44
0 commit comments