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
./subcommands.js number add AA BB
int: invalid int: AA
int: invalid int: BB
Usage: testCli number add INT INT
add two integers
Arguments:
INT int value
INT int value
Options:
[--help, -?] Display help about this program
[--version, -V] Display the version of this program
The text was updated successfully, but these errors were encountered:
Right now the error display is a bit crude:
./subcommands.js number add AA BB
int: invalid int: AA
int: invalid int: BB
The text was updated successfully, but these errors were encountered: