Sha256: c7d574ec7e512243c698b41b6ef96483cbee3fd3bead4f7d905d4897725ab76c

Contents?: true

Size: 277 Bytes

Versions: 4

Compression:

Stored size: 277 Bytes

Contents

module Commander
  module Methods
    include Commander::UI
    include Commander::UI::AskForClass
    include Commander::Delegates

    if $stdin.tty? && (cols = HighLine.default_instance.output_cols) >= 40
      HighLine.default_instance.wrap_at = cols - 5
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
commander-4.5.2 lib/commander/methods.rb
commander-4.5.1 lib/commander/methods.rb
commander-4.5.0 lib/commander/methods.rb
commander-4.4.7 lib/commander/methods.rb