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 40022dd commit 731c9e9Copy full SHA for 731c9e9
lib/git_commander/cli.rb
@@ -25,7 +25,7 @@ def run(args = ARGV)
25
command = registry.find arguments.shift
26
options = parse_command_options!(command, arguments)
27
command.run options
28
- rescue Registry::CommandNotFound => e
+ rescue Registry::CommandNotFound
29
GitCommander.logger.error <<~ERROR_LOG
30
#{command} not found in registry. Available commands: #{registry.commands.keys.inspect}
31
ERROR_LOG
0 commit comments