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 3e3726c commit 9d7e112Copy full SHA for 9d7e112
cmd/arduino-app-cli/monitor/monitor.go
@@ -27,7 +27,7 @@ import (
27
func NewMonitorCmd() *cobra.Command {
28
return &cobra.Command{
29
Use: "monitor",
30
- Short: "Monitor the Arduino app",
+ Short: "Attach to the microcontroller serial monitor",
31
RunE: func(cmd *cobra.Command, args []string) error {
32
start, err := monitor.NewMonitorHandler(&stdInOutProxy{stdin: os.Stdin, stdout: os.Stdout}) // nolint:forbidigo
33
if err != nil {
0 commit comments