Implement a debug mode ("--debug").

This commit is contained in:
2023-02-17 22:19:36 +01:00
parent af7c6c8ced
commit 5cc84ca1bd
7 changed files with 29 additions and 11 deletions

View File

@@ -76,6 +76,7 @@ main (int argc, char **argv)
{"output", 1, 0, 'o'},
{"no-duplicates", 0, 0, 200},
{"no-file-lock", 0, 0, 201},
{"debug", 0, 0, 202},
{"file-lock", 1, 0, 'l'},
{"recursive", 0, 0, 'r'},
{0, 0, 0, 0}