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
when the version flag is passed, the application should do nothing but
print the version and exit. But currently, the pre-action for the
version flag got executed AFTER the default for all the other flags were
set.
Setting defaults involves validation like checking for file's
existence etc. These validation are not necessary when the --version
flag is passed. This commit fixes that
0 commit comments