Sha256: f1db7edc6d4323986f28fe41354d4b52e9872eee58c8e0137667f9f8bd984319

Contents?: true

Size: 360 Bytes

Versions: 4

Compression:

Stored size: 360 Bytes

Contents

module Tr3llo
  module Command
    module Label
      module Invalid
        extend self

        def execute(message)
          interface = Application.fetch_interface!()

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

Version data entries

4 entries across 4 versions & 1 rubygems

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