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
The way optional parameters are represented are by providing a default value. This is not always the case and the POSIX command argument structure does represent this correctly.
The way commands are registered needs to be changed so optional parameters are specified explicitly rather than inferred from the fact that they've a default value.