summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-10-23 10:45:13 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-10-23 10:45:13 +0300
commit6a8f869e5b9b80d7150f1aeb00a262601da9e143 (patch)
treecfcb1e46f2917882a17a20d77d2f8fc63a678633 /Cargo.toml
parent3a86a7ca167f7476bdae438851f760a644b0bd5a (diff)
Show manuals with command line arguments
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 612060c6..9418e520 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,7 @@ name = "meli"
version = "0.3.2"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
edition = "2018"
+build = "build.rs"
[[bin]]
name = "meli"