adding-help: commit optimized tab completion and help

This commit is contained in:
rkiel
2015-06-07 21:38:20 -04:00
parent 8ce035330d
commit 218fa5a29c
4 changed files with 29 additions and 34 deletions

View File

@@ -13,10 +13,7 @@ module Feature
def execute
puts
# TODO: fix this
commander = Feature::Commander.new(argv)
commander.subcommands.keys.sort.each do |key|
cmd = commander.subcommands[key]
Feature::Commander.create_all(argv).each do |cmd|
puts cmd.help
end
puts