You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
I'm making a CLI tool that uses m2r.
It depends on m2r just internally, and I don't want to expose m2r's CLI options on my tool.
The current m2r automatically exposes its CLI options when imported because
m2r.py
configures ArgumentParser on the top level.I think it would be better if the user can choose whether or not to expose m2r's options.
The text was updated successfully, but these errors were encountered: