Skip to content

Fix conversion of boolean cli options

Tim Schoof requested to merge bool_cli_options into master

Before, using --receiver.has_filesystem false or similar on the command line would result in has_filesystem being True.

Merge request reports