Skip to content

Commit

Permalink
feat: add info tip
Browse files Browse the repository at this point in the history
  • Loading branch information
Leizhenpeng committed Jan 13, 2024
1 parent 469f310 commit c11f3a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"description": "",
"author": "river <laolei@forkway.cn>",
"license": "MIT",
"homepage": "https://github.com/ConnectAI-E/bot-builder-cli#readme",
"homepage": "https://github.com/ConnectAI-E/one-bot-cli#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ConnectAI-E/bot-builder-cli.git"
"url": "git+https://github.com/ConnectAI-E/one-bot-cli.git"
},
"bugs": "https://github.com/ConnectAI-E/bot-builder-cl/issues",
"bugs": "https://github.com/ConnectAI-E/one-bot-cli/issues",
"keywords": [],
"sideEffects": false,
"bin": "bot-builder-cli.mjs",
"bin": "one-bot-cli.mjs",
"files": [
"dist",
"*.mjs"
Expand Down
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ const args = yargs(hideBin(process.argv))
.command(authCommand)
.demandCommand(1, 'Please provide a command')
.usage('$0 [command] [options]')
.example('$0 auth', 'View current authorization status')

.example('$0 info', 'View current authorization status')
.example('$0 auth', 'Interactive authorization bot')
.example('$0 deploy', 'Interactive deployment bot')
.help()
.argv
Expand Down

0 comments on commit c11f3a7

Please sign in to comment.