implement original references, gen time, fix special chars escape

This commit is contained in:
yggverse 2026-03-19 19:06:29 +02:00
parent 4bbb4e79b2
commit 02a7697b49
2 changed files with 32 additions and 1 deletions

View file

@ -25,4 +25,8 @@ pub struct Config {
/// Generate index file with given name
#[arg(short, long)]
pub index: Option<String>,
/// Append reference to original source (mirrors)
#[arg(short, long)]
pub refer: Vec<String>,
}