merge-commit-and-feature: commit moved commit script as feature subcommand
This commit is contained in:
10
bin/commit
10
bin/commit
@@ -1,10 +0,0 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
require_relative '../lib/commit/commander'
|
||||
|
||||
commander = Commit::Commander.new(ARGV)
|
||||
if commander.valid?
|
||||
commander.execute
|
||||
else
|
||||
commander.help
|
||||
end
|
||||
Reference in New Issue
Block a user