adding-help: commit renamed help to usage

This commit is contained in:
rkiel
2015-06-07 19:21:48 -04:00
parent 98208061b4
commit 5f99a16fd3
11 changed files with 33 additions and 12 deletions

View File

@@ -6,5 +6,5 @@ commander = Feature::Commander.new(ARGV)
if commander.valid?
commander.execute
else
commander.help
commander.usage
end