Sha256: 644b6d4a1b10c26cb0b39122aa5fa851e23caa3b00cea486541c9d5d7c963c9f

Contents?: true

Size: 187 Bytes

Versions: 2

Compression:

Stored size: 187 Bytes

Contents

require 'tty-command'

module ConfCtl
  module SystemCommand
    # @return [TTY::Command]
    def self.new
      TTY::Command.new(output: Logger.instance, color: false)
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
confctl-2.0.0 lib/confctl/system_command.rb
confctl-1.0.0 lib/confctl/system_command.rb