diff options
author | Joel Kronqvist <joel.kronqvist@iki.fi> | 2024-05-31 15:29:42 +0300 |
---|---|---|
committer | Joel Kronqvist <joel.kronqvist@iki.fi> | 2024-06-30 08:31:37 +0300 |
commit | 576b7a70dbf6c43651dc77db3a0104c019eed018 (patch) | |
tree | 6ca087eb2e3bd27d876ad2842d67cee2d7e09cbf /config-parser.h | |
parent | 41de123de0453274fb2e5b2192548ce274ad8deb (diff) | |
download | stdu-576b7a70dbf6c43651dc77db3a0104c019eed018.tar.gz stdu-576b7a70dbf6c43651dc77db3a0104c019eed018.zip |
Added `--forward`work/1.1.0
Diffstat (limited to 'config-parser.h')
-rw-r--r-- | config-parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-parser.h b/config-parser.h index 3446826..a2988f0 100644 --- a/config-parser.h +++ b/config-parser.h @@ -1,5 +1,6 @@ struct Config { + bool forward; bool human_readable; bool help; bool multiline; |