Skip to content

Commit

Permalink
chore: update usage section in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley authored Feb 9, 2024
1 parent f16cb8e commit b7b276a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,17 @@ Creating a CLI:
$ npx oclif generate mynewcli
? npm package name (mynewcli): mynewcli
$ cd mynewcli
$ ./bin/run --version
$ ./bin/run.js --version
mynewcli/0.0.0 darwin-x64 node-v9.5.0
$ ./bin/run --help
$ ./bin/run.js --help
USAGE
$ mynewcli [COMMAND]

COMMANDS
hello
help display help for mynewcli

$ ./bin/run hello world
$ ./bin/run.js hello world
hello world! (./src/commands/hello/world.ts)
```

Expand Down

0 comments on commit b7b276a

Please sign in to comment.