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
one little thing we lost from running redshell directly is the ability to run many ABC files
redshell
example $ redshell libA.abc libB.abc program.abc
$ redshell libA.abc libB.abc program.abc
with redtamarin exe we can run only one ABC $ redtamarin program.abc
redtamarin
$ redtamarin program.abc
The text was updated successfully, but these errors were encountered:
add an option --lib
--lib
so for $ redshell libA.abc libB.abc program.abc
we could do $ redtamarin -lib=libA.abc,libB.abc program.abc
$ redtamarin -lib=libA.abc,libB.abc program.abc
Sorry, something went wrong.
No branches or pull requests
one little thing we lost from running
redshell
directlyis the ability to run many ABC files
example
$ redshell libA.abc libB.abc program.abc
with
redtamarin
exe we can run only one ABC$ redtamarin program.abc
The text was updated successfully, but these errors were encountered: