hexylena / argparse2tool

transparently build CWL and Galaxy XML tool definitions for any script that uses argparse
Apache License 2.0
26 stars 10 forks source link

compare argcomplete's method for argparse introspection #36

Open mr-c opened 7 years ago

mr-c commented 7 years ago

https://argcomplete.readthedocs.io/en/latest/ https://github.com/kislyuk/argcomplete

hexylena commented 7 years ago

Are you suggesting that we re-architect so that we only catch parse_args instead of intercepting everything, and then just look at that?

mr-c commented 7 years ago

No particular suggestion, just wanted to make sure you all were aware of this related effort.

Pe 17 ian. 2017 19:23, "Eric Rasche" notifications@github.com a scris:

Are you suggesting that we re-architect so that we only catch parse_args instead of intercepting everything, and then just look at that?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/erasche/argparse2tool/issues/36#issuecomment-273236696, or mute the thread https://github.com/notifications/unsubscribe-auth/ABROCPyh6JZtmLfborJXu_LkBnw1eqBRks5rTPkdgaJpZM4Ljkhp .

hexylena commented 7 years ago

Ah, cool! Thanks for sharing :) I have a bunch of things where that project would be useful.