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 38275f5 commit 4a0bbcbCopy full SHA for 4a0bbcb
lib/git_commander/cli.rb
@@ -26,7 +26,10 @@ def run(args = ARGV)
26
options = parse_command_options!(command, arguments)
27
command.run options
28
rescue Registry::CommandNotFound
29
- GitCommander.logger.error "#{command} not found in registry. Available commands: #{registry.commands.keys.inspect}"
+ GitCommander.logger.error <<~ERROR_LOG
30
+ #{command} not found in registry. Available commands: #{registry.commands.keys.inspect}
31
+ ERROR_LOG
32
+
33
help
34
end
35
0 commit comments