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
No description provided.
The text was updated successfully, but these errors were encountered:
The calls to process_stubs.py should be abstracted away an packaged into the CLI api as it was done with make_stubs.py
process_stubs.py
make_stubs.py
The placeholder cli command is here: https://github.com/gtalarico/ironpython-stubs/blob/master/ironstubs/__main__.py#L45
It should accept options for the stubs path and pass those into process_stubs.py
path
Instead of running:
$ ipy ironstubs/process_stubs.py
We should be able to run:
$ ipy -m ironstubs make RhinoCommon and $ ipy -m ironstubs [process/minify] relases/RhinoCommon # or something like that..
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: