We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29babd7 commit 3b6ba8bCopy full SHA for 3b6ba8b
bin/jwtear
@@ -58,6 +58,8 @@ module JWTear
58
print_error "Option #{exception.message}"
59
when GLI::UnknownCommandArgument
60
print_error "#{exception.message}"
61
+ when GLI::UnknownCommand
62
+ print_error "#{exception.message}"
63
else
64
print_error "Unknown Exception:"
65
print_warning 'Please report the issue to: https://github.com/KINGSABRI/jwtear/issues'.underline
0 commit comments