We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
st-util -h command prints the following lines:
st-util -h
... -u, --connect-under-reset Connect to the board before executing any instructions. ...
As I understand, -u is an alias for --connect-under-reset, however, st-util doesnt recognize it. If I run st-util with -u I get the following output:
-u
--connect-under-reset
C:\Users\user>st-util -u st-util: unknown option -- u st-util 1.7.0-296-gf7fb0a6-dirty 2023-08-16T16:16:09 INFO ...
and the board does not reset.
If I run st-util with --connect-under-reset instead of -u, then the board gets reset and the "unknown option" error does not appear.
The text was updated successfully, but these errors were encountered:
ArmoredPony
Successfully merging a pull request may close this issue.
st-util -h
command prints the following lines:As I understand,
-u
is an alias for--connect-under-reset
, however, st-util doesnt recognize it. If I run st-util with-u
I get the following output:and the board does not reset.
If I run st-util with
--connect-under-reset
instead of-u
, then the board gets reset and the "unknown option" error does not appear.The text was updated successfully, but these errors were encountered: