Skip to content

Commit

Permalink
[enhance] add ci docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
YinMo19 committed Dec 29, 2024
1 parent 67aa5f9 commit 585f56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/req_auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ struct Args {
#[arg(short, long)]
password: String,

/// 是否从外部 JSON 读取课程信息
/// 是否从外部 JSON 读取课程信息,默认是(也只做了是
#[arg(short, long, default_value_t = true)]
json: bool,

/// 存放json 的文件夹地址
/// 存放json 的文件夹地址,默认 all_courses
#[arg(short, long)]
folder_addr: Option<String>,
}
Expand Down

0 comments on commit 585f56e

Please sign in to comment.