implement FoF/upload tags, add logger features

This commit is contained in:
yggverse 2026-03-19 18:26:22 +02:00
parent 1828a99955
commit 57e87eea49
4 changed files with 181 additions and 10 deletions

View file

@ -8,6 +8,11 @@ pub struct Config {
#[arg(short, long)]
pub source: PathBuf,
/// Path to export FoF/upload tags from
/// * tip: root should be the path to `flarum/public` dir
#[arg(short, long)]
pub upload: PathBuf,
/// Path to export markdown
#[arg(short, long)]
pub target: PathBuf,