Sha256: 3427b215c8206c3ab06f07e0cbf1db1aa3f80a4a5f4117253592d345716974d1

Contents?: true

Size: 159 Bytes

Versions: 2

Compression:

Stored size: 159 Bytes

Contents

# frozen_string_literal: true

require_relative '../lib/tty-command'

cmd = TTY::Command.new

out, err = cmd.run(:echo, 'hello world!')

puts "Result: #{out}"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tty-command-0.9.0 examples/basic.rb
tty-command-0.8.2 examples/basic.rb