Add -d option

This commit is contained in:
Eric S. Raymond 2023-03-29 16:04:36 -04:00
parent c80162b467
commit ff46cf7fac
3 changed files with 11 additions and 4 deletions

View file

@ -200,6 +200,7 @@ struct settings_t {
int argc;
int optind;
FILE *scriptfp;
int debug;
};
typedef struct {