We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dfd489 commit ca0101fCopy full SHA for ca0101f
internal/cli/monitor/monitor.go
@@ -59,6 +59,8 @@ func NewCommand(srv rpc.ArduinoCoreServiceServer) *cobra.Command {
59
Long: i18n.Tr("Open a communication port with a board."),
60
Example: "" +
61
" " + os.Args[0] + " monitor -p /dev/ttyACM0\n" +
62
+ " " + os.Args[0] + " monitor -p /dev/ttyACM0 -b arduino:avr:uno\n" +
63
+ " " + os.Args[0] + " monitor -p /dev/ttyACM0 --config 115200\n" +
64
" " + os.Args[0] + " monitor -p /dev/ttyACM0 --describe",
65
Run: func(cmd *cobra.Command, args []string) {
66
sketchPath := ""
0 commit comments