mirror of
https://github.com/YGGverse/flarumdown.git
synced 2026-04-01 01:05:28 +00:00
implement FoF/upload tags, add logger features
This commit is contained in:
parent
1828a99955
commit
57e87eea49
4 changed files with 181 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue