Skip to content

Commit

Permalink
update(cmd::east): 默认查询数量设置为 6000
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Feb 18, 2023
1 parent 6d8bae6 commit ea5b60c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rustdx-cmd/src/cmd/east.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ pub struct East {
#[argh(option, short = 'i')]
pub ignore: Vec<String>,

/// 股票总个数,默认 4800
#[argh(option, short = 'n', default = "4800")]
/// 股票总个数,默认 6000
#[argh(option, short = 'n', default = "6000")]
pub n: u16,

/// 以 json 格式显示
Expand Down

0 comments on commit ea5b60c

Please sign in to comment.