mirror of
https://github.com/YGGverse/flarumdown.git
synced 2026-03-31 16:55:29 +00:00
implement index file option
This commit is contained in:
parent
6b07499d10
commit
1828a99955
2 changed files with 15 additions and 0 deletions
|
|
@ -16,4 +16,8 @@ pub struct Config {
|
|||
/// * keep empty to export all
|
||||
#[arg(short, long)]
|
||||
pub filter_tag: Vec<String>,
|
||||
|
||||
/// Generate index file with given name
|
||||
#[arg(short, long)]
|
||||
pub index: Option<String>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue