wolcomm / rptk

A python toolkit for prefix filter list management operations.
Apache License 2.0
18 stars 2 forks source link

Use click for cli entry point #26

Closed benmaddison closed 6 years ago

benmaddison commented 6 years ago

Child of #24 Requires #23

Migrate from argparse to click

benmaddison commented 6 years ago

Closing without changes as click provides no way to "pre-parse" command-line options so that earlier options can be used in the construction of later ones.