Sha256: ed741673f2ea7f604068d8c04c8d9f70d853fb2c54f3be6c63b9a7c9c5c84d67
Contents?: true
Size: 179 Bytes
Versions: 2
Compression:
Stored size: 179 Bytes
Contents
# frozen_string_literal: true require_relative '../lib/tty-command' cmd = TTY::Command.new path = File.expand_path("../spec/fixtures/color", __dir__) cmd.run(path, pty: true)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tty-command-0.9.0 | examples/pty.rb |
tty-command-0.8.2 | examples/pty.rb |