#55 Issue #49: Migrate CLI processing to click
Merged by ncoghlan. Opened by ncoghlan.
modularity/ ncoghlan/fedmod issue-49-no-more-argparse  into  master

Download 55.patch

The main maintainability benefit this gives is access
to click's native subcommand support, which allows
the options and arguments for subcommands to be defined
directly alongside the implementations of those subcommands.

It also provides access to click's native testing infrastructure

Going ahead and merging this so I can start working on https://pagure.io/modularity/fedmod/issue/4

Pull-Request has been merged by ncoghlan

Metadata