Skip to content
New issue

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

better command-line arguments #2

Open
zwetan opened this issue Jan 18, 2016 · 1 comment
Open

better command-line arguments #2

zwetan opened this issue Jan 18, 2016 · 1 comment

Comments

@zwetan
Copy link
Member

zwetan commented Jan 18, 2016

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

@zwetan
Copy link
Member Author

zwetan commented Jan 18, 2016

here few examples

compile using the build file test.as3
$ redbean build -f test.as3

obtain the info from ABC and other files
$ redbean info httplib.abc
should return something like

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant