mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Eval
- Debug mode can now be disabled.
This commit is contained in:
parent
567f242e6d
commit
a97ce45cdf
4 changed files with 14 additions and 10 deletions
|
@ -120,7 +120,7 @@ int main (int argc, char** argv)
|
|||
exit (1);
|
||||
}
|
||||
else if (!strcmp (argv[i], "-d") || !strcmp (argv[i], "--debug"))
|
||||
e.debug ();
|
||||
e.debug (true);
|
||||
else if (!strcmp (argv[i], "-i") || !strcmp (argv[i], "--infix"))
|
||||
infix = true;
|
||||
else if (!strcmp (argv[i], "-p") || !strcmp (argv[i], "--postfix"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue