Matthias Beyer
25ee6f2ce4
This is a bugfix. The old implementation did not forward simple commandline flags (as in `--debug`, arguments with no value) because it only used `ArgMatches::value_of()`. But if there is no value, the method returns `None` and the flag is not forwarded. This patch fixes that issue. Signed-off-by: Matthias Beyer <mail@beyermatthias.de> |
||
---|---|---|
.. | ||
core | ||
domain |