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 13f2255 commit 394a1acCopy full SHA for 394a1ac
cli/board/attach.go
cli/board/board.go
@@ -31,12 +31,9 @@ func NewCommand() *cobra.Command {
31
Short: tr("Arduino board commands."),
32
Long: tr("Arduino board commands."),
33
Example: " # " + tr("Lists all connected boards.") + "\n" +
34
- " " + os.Args[0] + " board list\n\n" +
35
- " # " + tr("Attaches a sketch to a board.") + "\n" +
36
- " " + os.Args[0] + " board attach serial:///dev/ttyACM0 mySketch",
+ " " + os.Args[0] + " board list\n\n",
37
}
38
39
- boardCommand.AddCommand(initAttachCommand())
40
boardCommand.AddCommand(initDetailsCommand())
41
boardCommand.AddCommand(initListCommand())
42
boardCommand.AddCommand(initListAllCommand())
0 commit comments