You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Argument with .required() flag and with default value is not so required (can be omitted in command-line).
I think that [Required] is not necessary in this case.
A propose skip this text if argument has default value
if (argument.mIsRequired && !argument.mDefaultValue.has_value())
stream << "[Required]";
The text was updated successfully, but these errors were encountered:
rysson
changed the title
Almost [Required]
Almost [Required] (help text)
Nov 30, 2020
Argument with
.required()
flag and with default value is not so required (can be omitted in command-line).I think that
[Required]
is not necessary in this case.A propose skip this text if argument has default value
The text was updated successfully, but these errors were encountered: