Skip to content

Improve description of required CLI arguments

Tim Schoof requested to merge fix_required_argument_descriptions into master

Before this change, the description of required arguments would end with "(default: None)" which could be interpreted as if the Python value None would be the default value.

Merge request reports