Sha256: 7c0dcfa2fc0e226c0c892e9714382bb112bd770b07a71559f446437a6a471fce

Contents?: true

Size: 255 Bytes

Versions: 6

Compression:

Stored size: 255 Bytes

Contents

module Tr3llo
  module Command
    module Help
      extend self

      def execute
        interface = Application.fetch_interface!()

        interface.print_frame do
          interface.puts(View::Help.render())
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
3llo-1.3.1 lib/3llo/command/help.rb
3llo-1.3.1.pre.rc.0 lib/3llo/command/help.rb
3llo-1.2.0 lib/3llo/command/help.rb
3llo-1.1.0 lib/3llo/command/help.rb
3llo-1.0.0 lib/3llo/command/help.rb
3llo-1.0.0.pre.rc.0 lib/3llo/command/help.rb