Skip to content

Use clap to accept CLI arguments

Michael Galero requested to merge argument-parsing into develop

For #12 (closed).

This change allows the following flags and subcommands:

arboric -h
arboric --help
arboric -V
arboric --version

arboric help
arboric run

Merge request reports