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
main.py: error: unrecognized arguments: output
The text was updated successfully, but these errors were encountered:
Please be more descriptive.
Sorry, something went wrong.
@wangzhili0803 I think you put wrong args. Will get errors when you type python3 src/main.py [-v] target/libapp.so out
python3 src/main.py
target/libapp.so out
u@buntu:.../experiment/Doldrums$ python3 src/main.py [-v] target/libapp.so output usage: main.py [-h] [-v] file output main.py: error: unrecognized arguments: output
Type -v args without [ ] => python3 src/main.py -v target/libapp.so output
python3 src/main.py -v target/libapp.so output
If someone needed in windows you need specify the type of output and where is located like: python src/main.py -v src/libapp.so src/output.txt
No branches or pull requests
main.py: error: unrecognized arguments: output
The text was updated successfully, but these errors were encountered: