Skip to content

Commit

Permalink
feat(help): add descriptions of -t and login (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
wusitee authored Jan 11, 2025
1 parent de5908c commit 21b20dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ use tabled::{
#[command(author, version, about, long_about = None)]
#[command(propagate_version = true)]
struct Cli {
/// Display score for each task
#[arg(short, long)]
tasks: bool,
#[command(subcommand)]
Expand All @@ -33,6 +34,7 @@ struct Cli {

#[derive(Subcommand)]
enum Commands {
/// Log in to tsinglanstudent.schoolis.cn and store login info
Login,
}

Expand Down

0 comments on commit 21b20dd

Please sign in to comment.