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
Side effect of the new api - need to make the right help message come up too
$ scripts/sanskrit_parser vakya --help
unable to import 'smart_open.gcs', disabling that module
usage: sanskrit_parser [-h] [--debug] {sandhi,vakya,tags}
Sanskrit Parser
positional arguments:
{sandhi,vakya,tags} Subcommand to run
optional arguments:
-h, --help show this help message and exit
--debug
The text was updated successfully, but these errors were encountered:
Yes, we need a better package than argparse. click looks like a good option. I've committed a workaround for now, but this is another one which needs a good solution.
Side effect of the new api - need to make the right help message come up too
The text was updated successfully, but these errors were encountered: