Skip to content

Use click or the standard library for command-line parsing #1

@marfox

Description

@marfox

param_test.py should be replaced with available libraries that handle the command line. You can choose between:

  1. click - PRO: super simple and pythonic. CON: external dependency
  2. argparse - PRO: Python standard library, just import argparse. CON: less pythonic than click.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions