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

Version Path
build-tool-0.5.7 lib/build-tool/commands/help.rb
build-tool-0.5.6 lib/build-tool/commands/help.rb
build-tool-0.5.5 lib/build-tool/commands/help.rb
build-tool-0.5.4 lib/build-tool/commands/help.rb
build-tool-0.5.3 lib/build-tool/commands/help.rb
build-tool-0.5.2 lib/build-tool/commands/help.rb
build-tool-0.4.6 lib/build-tool/commands/help.rb
build-tool-0.5.1 lib/build-tool/commands/help.rb
build-tool-0.4.5 lib/build-tool/commands/help.rb
build-tool-0.5.0 lib/build-tool/commands/help.rb
build-tool-0.4.4 lib/build-tool/commands/help.rb
build-tool-0.4.3 lib/build-tool/commands/help.rb
build-tool-0.4.2 lib/build-tool/commands/help.rb
build-tool-0.4.1 lib/build-tool/commands/help.rb
build-tool-0.4.0 lib/build-tool/commands/help.rb
build-tool-0.3.3 lib/build-tool/commands/help.rb
build-tool-0.3.2 lib/build-tool/commands/help.rb
build-tool-0.3.1 lib/build-tool/commands/help.rb
build-tool-0.3 lib/build-tool/commands/help.rb
build-tool-0.2 lib/build-tool/commands/help.rb