Commit Graph

9 Commits

Author SHA1 Message Date
c3131e01f0
Add setting to suppress this-is-not-an-EPUB errors. 2021-05-27 21:48:35 +02:00
e64591f204
Rework option parsing, change --no-filename.
Some checks failed
continuous-integration/drone/push Build is failing
Options are now better accessible, --no-filename accepts the values filesystem,
in-epub or all.
2021-05-27 17:20:00 +02:00
b2e70a6faa
Mark everything [[nodiscard]], fix some comments. 2021-05-24 13:00:03 +02:00
031e2f0db6
Use sub-namespaces for functionality-groups. 2021-05-21 01:50:13 +02:00
bfb59da98d
std::filesystem compatibility for older GCC.
All checks were successful
continuous-integration/drone/push Build is passing
The header was in experimental a while ago and the implementation was a
separate library.
2021-05-20 10:37:45 +02:00
cf8fb95777
Switch to fs::path where appropriate.
Some checks failed
continuous-integration/drone/push Build is failing
2021-05-20 10:20:42 +02:00
f57555fb3a
Fix documentation of get_config_path(). 2021-05-20 10:03:09 +02:00
f95389d76c
Add support for config file. 2021-05-20 09:05:39 +02:00
678b506a8c
Initial commit.
- Add skeleton
- Add command-line parsing
2021-05-20 04:34:06 +02:00