Skip to content

Commit

Permalink
Removed outdated info from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukairo-02 committed Jun 25, 2024
1 parent e564d03 commit 29976f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ Parameters:

- `handler` - function, which will be executed in case of successful option parse

:speech_balloon: - `BroCLI` starts with having `help` command predefined, and despite the requirement for command names to be unique, `help` can actually be redefined so that your app could have it matching your output style instead that of this library's.

### Running commands

After defining commands, you're going to need to execute `runCli()` function to start command execution
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@drizzle-team/brocli",
"type": "module",
"author": "Drizzle Team",
"version": "0.0.5",
"version": "0.0.6",
"description": "Typed CLI command runner",
"license": "Apache-2.0",
"sideEffects": false,
Expand Down

0 comments on commit 29976f8

Please sign in to comment.