Generates man pages and book entries for all subcommands, and keeps the commands index in the book up to date. There is much cursed roff munging in this diff. type: documentation
13 lines
220 B
TOML
13 lines
220 B
TOML
[package]
|
|
name = "man"
|
|
version = "0.0.0"
|
|
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.28"
|
|
fehler = "1.0.0"
|
|
tempfile = "3.1.0"
|
|
regex = "1.3.6"
|