Skip to content

Fix #4: Proper CLI argument parsing using clap

Thomas Daede requested to merge smarter:proper-cli-args into master

Created by: smarter

There are many ways to specify options using clap, see https://github.com/kbknapp/clap-rs#quick-example, I chose the simplest one.

Merge request reports