bnjbvr labeled Issue #1004:
$ cargo run -- run Finished dev [unoptimized + debuginfo] target(s) in 0.11s Running `target/debug/clif-util run` Unable to read file: IO error for operation on -: No such file or directory (os error 2)It looks like it's trying to read from the literal file '-' instead of stdin.
abrown closed Issue #1004:
$ cargo run -- run Finished dev [unoptimized + debuginfo] target(s) in 0.11s Running `target/debug/clif-util run` Unable to read file: IO error for operation on -: No such file or directory (os error 2)It looks like it's trying to read from the literal file '-' instead of stdin.
Last updated: Nov 22 2024 at 16:03 UTC