-
-
Notifications
You must be signed in to change notification settings - Fork 422
adding example usage for command option #1753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I don't think this is a source file though.
CLA assistant check
All committers have signed the CLA.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution @TZubiri.
This file is automatically generated so it can not be edited directly. You must instead edit the source string at the path and line indicated by the comment:
Line 415 in c52fcf8
here:
arduino-cli/cli/monitor/monitor.go
Line 63 in c52fcf8
Any edits made to this en.po
file would only be overwritten by the automated system on the next sync.
I have submitted a proposal to more effectively communicate this fact to contributors: #1837
I welcome any feedback you might have on that proposal, so feel free to review that PR
Closing this as it has been improved by #2249
Uh oh!
There was an error while loading. Please reload this page.
Hello, please take a look at this small documentation change.
Basically I struggled for a while to figure out why the monitor wasn't working, and I had to play with the IDE to understand that I needed to match the baud rates.
I'm adding a really low effort change that might help users work out how to use the
-c
option once they figured out they need to change the baud rate.Ideally I think the options should be collapsed into command line flags so that the following works:
But for now I think this small change can be pulled, if it can be tested by someone with a working build.
If possible, I would also change the flag usage from
to
in addition to clarifying the syntax, it also points the user towards the
--describe
keywords.Thank you.
Tom