Closed
Description
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 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
How to Solve
Read the plac
documentation: http://micheles.github.io/plac/