This PR hides the default argument (default:None) from the help text of required positional arguments. These positional arguments per definition don't have a default, since they are required, and thus it makes no sense to show a None default that will never be used.
This PR hides the default argument (
default:None
) from the help text of required positional arguments. These positional arguments per definition don't have a default, since they are required, and thus it makes no sense to show aNone
default that will never be used.