-
Notifications
You must be signed in to change notification settings - Fork 17
Refactor CLI argument parsing in crate_extractor #25
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. It seems that the new clap version obsoletes structopt. |
@athei |
I think clap supports reading default values from the environment. Why do you need a second crate? |
Oh, we did not see this option. But now I found it. |
Updates CLI parsing library "clap" from 2.3 to 3.0
The advantage is:
Cli argument parsing is outsourced in "cli.rs"
Introduced constants for default arguments
Makes CI available on all branches