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
it would be useful to be able to list all the informations of Redtamarin
not only the version like we have with -v
-v
but also list Redtamarin environment variables for ex: REDTAMARIN_SDK=/usr/lib/redtamarin
REDTAMARIN_SDK=/usr/lib/redtamarin
and list the ABC libraries installed and their versions for ex: $ redtamarin --show-libraries and you would get
$ redtamarin --show-libraries
redtamarin 0.4.1 redbeanlib 1.0.3 httplib 1.0 ansilib 0.9 etc.
detect and list other SDK like the Flex SDK, the AIR SDK
detect and list additional tools like debian package helper
show a diagnostics info as $ redtamarin --diagnostics and get
$ redtamarin --diagnostics
you can compile ABC files [✔] you can create projectors [✔] you can build with the AIR SDK [✘] some configuration problem [⚠]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
it would be useful to be able to list all the informations of Redtamarin
not only the version like we have with
-v
but also list Redtamarin environment variables
for ex:
REDTAMARIN_SDK=/usr/lib/redtamarin
and list the ABC libraries installed and their versions
for ex:
$ redtamarin --show-libraries
and you would get
detect and list other SDK
like the Flex SDK, the AIR SDK
detect and list additional tools
like debian package helper
show a diagnostics info as
$ redtamarin --diagnostics
and get
The text was updated successfully, but these errors were encountered: