You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command-line options of asebastudio have issues:
The usage information displayed by -h is given below:
Usage: asebastudio (OPTIONS|TARGET)*
where
OPTION is one of:
-h this help
-ar auto memory refresh enabled by default
-doc show documentation instead of studio
TARGET is a Dashel target (the last one is always considered)
If the star stands for zero or more repetitions, then it doesn't describes correctly what's implemented in function main in aseba/clients/studio/main.cpp, where the first argument (not the last one) not beginning with a hyphen is the target, and subsequent arguments are ignored.
-h is difficult to discover: unknown options like --help are ignored without error
-v to get the version would be very useful. It could be implemented with something like
The command-line options of asebastudio have issues:
-h
is given below:If the star stands for zero or more repetitions, then it doesn't describes correctly what's implemented in function
main
in aseba/clients/studio/main.cpp, where the first argument (not the last one) not beginning with a hyphen is the target, and subsequent arguments are ignored.The text was updated successfully, but these errors were encountered: