Parses the given args, and then executes the appropriate command (if one was found).
Notes: If an exception is thrown, the error message is displayed on screen (as well as the stack trace, for non-release builds) and then -1 is returned.
The args to parse.
The status code returned by the command, or -1 if an exception is thrown.
The documentation for ArgPullParser to understand the format for args.
See Implementation
Parses the given args, and then executes the appropriate command (if one was found).
Notes: If an exception is thrown, the error message is displayed on screen (as well as the stack trace, for non-release builds) and then -1 is returned.