mkantor / operator

A web server for static and dynamic content.
https://operator.mattkantor.com
GNU General Public License v3.0
16 stars 2 forks source link

Replace `structopt` with `clap`. #119

Closed mkantor closed 4 months ago

mkantor commented 4 months ago

These days clap has its own custom derive macro.

This changeset unfortunately removes example subcommand invocations from --help output. More work would be needed to make them fit in with the new formatting.