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
now that we can have new projector that do not need "--" we can then reuse the clilib to have more clean and advanced arguments handling
The text was updated successfully, but these errors were encountered:
here few examples
compile using the build file test.as3 $ redbean build -f test.as3
test.as3
$ redbean build -f test.as3
obtain the info from ABC and other files $ redbean info httplib.abc should return something like
$ redbean info httplib.abc
name: httplib version: 1.0 semver: 1.0.0 path: /usr/lib/redtamarin/lib/ fullpath: /usr/lib/redtamarin/lib/httplib.abc
so even if someone rename the file to foobar.abc we should still get the name and the version
foobar.abc
Sorry, something went wrong.
No branches or pull requests
now that we can have new projector that do not need "--"
we can then reuse the clilib
to have more clean and advanced arguments handling
The text was updated successfully, but these errors were encountered: