Add help and some command line args
This commit is contained in:
parent
fdfddec576
commit
98e3fb15db
3 changed files with 77 additions and 2 deletions
5
build.rs
5
build.rs
|
@ -3,6 +3,11 @@ use roff::{Roff, bold, italic, roman};
|
|||
use std::{env, path::PathBuf};
|
||||
|
||||
fn main() {
|
||||
println!(
|
||||
"cargo:rustc-env=TARGET={}",
|
||||
std::env::var("TARGET").unwrap()
|
||||
);
|
||||
|
||||
let page = Roff::new()
|
||||
.control("TH", ["SESH", "1"])
|
||||
.control("SH", ["NAME"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue