mirror of
https://github.com/YGGverse/pulsarss.git
synced 2026-03-31 17:15:29 +00:00
set index argument to false by default
This commit is contained in:
parent
d936ef78fa
commit
86b5d41aec
2 changed files with 5 additions and 5 deletions
|
|
@ -3,8 +3,8 @@ use clap::Parser;
|
|||
#[derive(Parser, Debug)]
|
||||
#[command(version, about, long_about = None)]
|
||||
pub struct Argument {
|
||||
/// Generate `index.gmi` file (`true` by default)
|
||||
#[arg(short, long, default_value_t = true)]
|
||||
/// Generate `index.gmi` files (`false` by default)
|
||||
#[arg(short, long, default_value_t = false)]
|
||||
pub index: bool,
|
||||
|
||||
/// Limit channel items (unlimited by default)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue