We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd526e1 commit 5617d52Copy full SHA for 5617d52
1 file changed
docs/development/cli.md
@@ -1,13 +1,13 @@
1
# CLI Development
2
3
-The code is in [src/bin/](/src/bin).
+The code is in [src/cli/](/src/cli).
4
5
-The CLI commands are built using steps set in [package.json](/package.json) - see the `cli` scripts and `bin` section.
+The CLI commands are built using steps set in [package.json](/package.json) - see the `cli` command and `bin` section.
6
7
## Package as a binary
8
9
```sh
10
-$ npx --yes pkg out/bin/diffIndexGenerateCommit.js -t node18-macos
+$ npx --yes pkg out/cli/diffIndexGenerateCommit.js -t node18-macos
11
```
12
13
## Troubleshooting
0 commit comments