Skip to content

fix(argument parser): catch trivial errors and remove structopt

matu3ba requested to merge matu3ba/ion:arg_parser into master

fix: catch setting a flag twice, using command and file(s), remove structopt

closes issue: #361 (closed)

test: no tests due to simple changes

refactor: tests are adapted

docs: This would need a man page as to not clutter --help

perf: compiling faster, because no structopt dependencies

Edited by matu3ba

Merge request reports