piotrmurach/tty-command

View on GitHub
examples/buffer.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

require_relative "../lib/tty-command"

cmd = TTY::Command.new(pty: true)
cmd.run("rubocop")