exe/git-multi in git-multi-1.0.3 vs exe/git-multi in git-multi-1.0.4
- old
+ new
@@ -6,9 +6,10 @@
case (command = ARGV.shift)
when /\A--/
case command
when '--help' then Git::Multi::Commands.help
+ when '--html' then Git::Multi::Commands.html
when '--check' then Git::Multi::Commands.check
when '--version' then Git::Multi::Commands.version
when '--refresh' then Git::Multi::Commands.refresh
when '--json' then Git::Multi::Commands.json
when '--count' then Git::Multi::Commands.count