Sha256: 835fa9b2916f20e6767f9d03b6f3413fb40851231a376da0d7511c188214d7ce
Contents?: true
Size: 402 Bytes
Versions: 25
Compression:
Stored size: 402 Bytes
Contents
require 'build-tool/application' require 'build-tool/commands' module BuildTool; module Commands; # # Help command # class Help < Standard name "help" description "print this help text" def do_execute( args ) return Application::instance.cli.show_help( args ) end end # class Help end; # module Help end; # module BuildTool
Version data entries
25 entries across 25 versions & 1 rubygems