Skip to content

Apply arguments for specific commands

Compare
Choose a tag to compare
@g105b g105b released this 13 Oct 15:42
· 190 commits to master since this release

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!