Sha256: bf5d6b9a0fac7c3cbbef9e2fb7b5dc7aeb91024f7a1aacc91ae93813ce927382

Contents?: true

Size: 235 Bytes

Versions: 6

Compression:

Stored size: 235 Bytes

Contents

module Alf
  module Shell
    class Help < Shell::Command(__FILE__, __LINE__)

      # Command execution
      def execute(args)
        show_help(args.first.strip)
      end

    end # class Help
  end # module Shell
end # module Alf

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
alf-shell-0.16.4 lib/alf/shell/command/help.rb
alf-shell-0.16.3 lib/alf/shell/command/help.rb
alf-shell-0.16.2 lib/alf/shell/command/help.rb
alf-shell-0.16.1 lib/alf/shell/command/help.rb
alf-shell-0.16.0 lib/alf/shell/command/help.rb
alf-shell-0.15.0 lib/alf/shell/command/help.rb