Skip to content

Shift from argparse module to plac command line parser. #63

Closed
@hastagAB

Description

@hastagAB

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/

Files to be changed

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions