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
argparse is a parser for command-line options, arguments, and sub-command.
Read Docs: https://docs.python.org/3/library/argparse.html
Currently, argparse is used as command line parser in atarashi and we're planning to shift it to plac. plac does the same thing with very less line of code.
Repo: https://github.com/micheles/plac
Description
argparse
is a parser for command-line options, arguments, and sub-command.Read Docs: https://docs.python.org/3/library/argparse.html
Currently,
argparse
is used as command line parser inatarashi
and we're planning to shift it toplac
.plac
does the same thing with very less line of code.Repo: https://github.com/micheles/plac
How to Solve
Read the
plac
documentation: http://micheles.github.io/plac/Files to be changed
The text was updated successfully, but these errors were encountered: