Skip to content

Commit

Permalink
fix:alway create private ing.
Browse files Browse the repository at this point in the history
  • Loading branch information
RocsSun committed Jan 24, 2024
1 parent 571bac6 commit d18e7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/args/cmd/ing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pub struct CreateIng {
pub content: String,

/// 是否私有,默认是全站
#[arg(short, long, default_value_t = true)]
#[arg(short, long, default_value_t = false)]
pub private: bool,

/// 是否发布为幸运
Expand Down

0 comments on commit d18e7ca

Please sign in to comment.