pkgx icon indicating copy to clipboard operation
pkgx copied to clipboard

allow script input from stdin

Open mxcl opened this issue 3 years ago • 0 comments

eg. this should work:

$ tea +rust-lang.org^1.2 rustc <<-HEREDOC
    println!("Hello World!");
HEREDOC

Implementation details:

  • rustc should receive the stdin, we should not write out the script for it

mxcl avatar Oct 02 '22 14:10 mxcl