mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 14:13:52 +01:00
fixed interactive mode activating on cli arguments that shouldn't activate it.
This commit is contained in:
parent
49f465c444
commit
34be9adef2
@ -87,7 +87,7 @@ fn main() {
|
||||
if verbose != 0 {
|
||||
eprintln!("info: set verbosity level to {verbose}. this doesn't do anything yet. [TODO!]");
|
||||
}
|
||||
if interactive >= 0 {
|
||||
if interactive > 0 {
|
||||
match interactive {
|
||||
_ => {
|
||||
// basic: open file and watch for fs changes
|
||||
|
Loading…
Reference in New Issue
Block a user