This commit is contained in:
Bryan Ndjeutcha
2021-05-24 18:10:38 -04:00
parent 738d322f35
commit c37824fbd2
3 changed files with 9 additions and 9 deletions

View File

@ -42,7 +42,7 @@ fn main() {
let mut args = std::env::args();
let mut monitor = None;
let mut enable_tag = false;
let mut enable_views_tag = true;
let mut enable_views_tag = false;
args.next();
loop {
match args.next() {