Skip to content

Draft: Command-line arguments: be better at detecting absent optional args.

Nick Mathewson requested to merge nickm/tor:ticket40223 into master

Previously, "--list-fingerprint --quiet" was an error. Now, the handler for optional arguments to "--list-fingerprint" can tell that "--quiet" is a flag, not an argument.

This only affects flags that take an optional argument, so you can still put your torrc file in a location starting with "-".

Closes #40223 (closed).

Merge request reports