Closed JnyJny closed 2 years ago
Converted command-line parsing from argparse to typer, which allows command line options to specified as function arguments. I kept the command-line interface the same as the argparse implementation.
argparse
typer
Converted command-line parsing from
argparse
totyper
, which allows command line options to specified as function arguments. I kept the command-line interface the same as theargparse
implementation.