summaryrefslogtreecommitdiffstats
path: root/build.rs
AgeCommit message (Collapse)Author
2020-10-17cli-docs: compress included textManos Pitsidianakis
2020-09-20Add docs/ folderManos Pitsidianakis
2020-06-20build.rs: add proc-macro to generate Override structs for configurationManos Pitsidianakis
2020-02-09build.rs: add rerun-if-changedManos Pitsidianakis
2020-02-09build.rs: use `man` binary if mandoc missing in cli-docsManos Pitsidianakis
2020-02-09meli: add cli-docs featureManos Pitsidianakis
Optionally build manpages to text with mandoc and print them from the command line.
2019-11-16Cleanup startup error exit pathsManos Pitsidianakis
Make startup methods return Results so that the main binary can exit cleanly instead of using std::process::exit from arbitrary positions, which exits the process immediately and doesn't run destructors.
2019-10-24fixup manualManos Pitsidianakis
2019-10-23Show manuals with command line argumentsManos Pitsidianakis
Add --manual, --conf-manual command line arguments that display manpages through a pager. If no pager is found, this currently fails. It should print the manuals to stdout instead. The manuals are read from src/manuals and are generated with mandoc whenever changes to the manpage sources meli.1 and meli.conf.5 are made.