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

Integrate Process into CLI #7

Open
gtalarico opened this issue Sep 18, 2017 · 1 comment
Open

Integrate Process into CLI #7

gtalarico opened this issue Sep 18, 2017 · 1 comment

Comments

@gtalarico
Copy link
Owner

No description provided.

@gtalarico
Copy link
Owner Author

gtalarico commented Apr 24, 2019

The calls to process_stubs.py should be abstracted away an packaged into the CLI api as it was done with 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

TLDR

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..

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

No branches or pull requests

1 participant