chore: better display

This commit is contained in:
mokurin000
2025-08-02 10:58:11 +08:00
parent 9e17df0624
commit c3010f2f10
2 changed files with 9 additions and 5 deletions

View File

@@ -49,8 +49,9 @@ pub enum Commands {
/// JSON format.
///
/// - `origin`: official json response
/// - `dx_rating_net`: DxRatingNet Format
/// `origin`: official json response
///
/// `dx_rating_net`: DxRatingNet Format
#[arg(short, long, default_value_t = RatingFormat::default())]
format: RatingFormat,
},
@@ -61,8 +62,9 @@ pub enum Commands {
/// JSON format.
///
/// - `origin`: official json response
/// - `dx_rating_net`: DxRatingNet Format
/// `origin`: official json response
///
/// `dx_rating_net`: DxRatingNet Format
#[arg(short, long, default_value_t = RatingFormat::default())]
format: RatingFormat,
},