Sha256: 9baaae902cd48ad0055d73b3617ae4eff656624280f3dcf542dfd3925756f285
Contents?: true
Size: 174 Bytes
Versions: 5
Compression:
Stored size: 174 Bytes
Contents
# encoding: utf-8 require 'tty-command' require 'pathname' cmd = TTY::Command.new cli = Pathname.new('examples/cli') out, _ = cmd.run(cli, input: "Piotr\n") puts "#{out}"
Version data entries
5 entries across 5 versions & 1 rubygems