Skip to content

Commit

Permalink
Prepare for 2.3 release: drop login/logout commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Jan 9, 2025
1 parent 506a920 commit 470f7c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ USAGE:
auth-thu [options]
auth-thu [options] auth [auth_options]
auth-thu [options] deauth [auth_options]
auth-thu [options] login
auth-thu [options] logout
auth-thu [options] online [online_options]
VERSION:
2.2.1
2.3
AUTHORS:
Yuxiang Zhang <[email protected]>
Expand Down
Binary file modified cli/cli
Binary file not shown.
2 changes: 1 addition & 1 deletion cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ func main() {
auth-thu [options] logout
auth-thu [options] online [online_options]`,
Usage: "Authenticating utility for Tsinghua",
Version: "2.2.1",
Version: "2.3",
HideHelp: true,
Flags: []cli.Flag{
&cli.StringFlag{Name: "username, u", Usage: "your TUNET account `name`"},
Expand Down

0 comments on commit 470f7c2

Please sign in to comment.