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
For some applications it might be beneficial to have a default command which will be invoked if no command is explicitly provided. Currently in this situation usage() is executed, but it might be a good thing if instead the default command gets executed if one is declared:
// don't show usage() but instead invoke this command if none is provided at runtimejCommander.setDefaultCommand(command);
The text was updated successfully, but these errors were encountered:
For some applications it might be beneficial to have a default command which will be invoked if no command is explicitly provided. Currently in this situation
usage()
is executed, but it might be a good thing if instead the default command gets executed if one is declared:The text was updated successfully, but these errors were encountered: