Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
fix: cli options help
Browse files Browse the repository at this point in the history
  • Loading branch information
KeJunMao committed Mar 2, 2023
1 parent 34a49f2 commit 70ed573
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import { logger } from "./utils";
`Usage: $0 [options]
\t!reset Reset the conversation
\t!exit Exit the program`
\t!exit Exit the program
\t!options Set request options`
)
.example("$0 -f cookie.json", "")
.describe("f", "Cookie file path")
Expand Down

0 comments on commit 70ed573

Please sign in to comment.