Skip to content

Commit 5617d52

Browse files
committed
docs: update cli.md
1 parent cd526e1 commit 5617d52

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/development/cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# CLI Development
22

3-
The code is in [src/bin/](/src/bin).
3+
The code is in [src/cli/](/src/cli).
44

5-
The CLI commands are built using steps set in [package.json](/package.json) - see the `cli` scripts and `bin` section.
5+
The CLI commands are built using steps set in [package.json](/package.json) - see the `cli` command and `bin` section.
66

77
## Package as a binary
88

99
```sh
10-
$ npx --yes pkg out/bin/diffIndexGenerateCommit.js -t node18-macos
10+
$ npx --yes pkg out/cli/diffIndexGenerateCommit.js -t node18-macos
1111
```
1212

1313
## Troubleshooting

0 commit comments

Comments
 (0)