Skip to content

Commit 7226e52

Browse files
authored
[skip-changelog] Some small fix on CLI monitor command docs (#1505)
1 parent 39d9b69 commit 7226e52

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: docs/FAQ.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ Additional board options have to be separated by commas (instead of colon):
1919

2020
## Where is the Serial Monitor?
2121

22-
This being a command line tool, we believe it's up to the user to choose their preferred way of interacting with the
23-
serial connection. If we were to integrate it into the CLI we'd end up putting a tool inside a tool, and this would be
24-
something that we're trying to avoid.
22+
The serial monitor is available through the [monitor command][monitor command]. By the way, the functionality provided
23+
by this command is very limited and you may want to look for other tools if you need more advanced functionality.
2524

2625
There are many excellent serial terminals to chose from. On Linux or macOS, you may already have [screen][screen]
2726
installed. On Windows, a good choice for command line usage is Plink, included with [PuTTY][putty].
@@ -39,3 +38,4 @@ If your question wasn't answered, feel free to ask on [Arduino CLI's forum board
3938
[screen]: https://www.gnu.org/software/screen/manual/screen.html
4039
[putty]: https://www.chiark.greenend.org.uk/~sgtatham/putty/
4140
[monitor service]: rpc/monitor.md
41+
[monitor command]: commands/arduino-cli_monitor.md

Diff for: mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ nav:
8989
- lib uninstall: commands/arduino-cli_lib_uninstall.md
9090
- lib update-index: commands/arduino-cli_lib_update-index.md
9191
- lib upgrade: commands/arduino-cli_lib_upgrade.md
92+
- monitor: commands/arduino-cli_monitor.md
9293
- outdated: commands/arduino-cli_outdated.md
9394
- sketch: commands/arduino-cli_sketch.md
9495
- sketch archive: commands/arduino-cli_sketch_archive.md

0 commit comments

Comments
 (0)