We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d36c6 commit eb11e96Copy full SHA for eb11e96
src/main.rs
@@ -64,7 +64,7 @@ fn main() {
64
let mut run = matches.is_present("run");
65
let mut dev = matches.is_present("dev");
66
let mut file:String = String::new();
67
- if matches.is_present("INPUT") {
+ if matches.is_present("INPUT") || run {
68
file = matches.value_of("INPUT").unwrap().to_string();
69
} else {
70
loop {
0 commit comments