Before this version, commands would always receive the default arguments, which was causing issues when people used other commands such as validate
, that couldn't take the arguments no-progress
, for example.
Now a check is made to ensure that only the arguments that can be applied to the correct commands will be applied.
Have fun!