@pstdio/pocketcoder-cli 0.3.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -1
  2. package/dist/index.js +7659 -3734
  3. package/package.json +10 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # `@pstdio/pocketcoder-cli`
2
2
 
3
- The operator and diagnostics CLI for Pocketcoder.
3
+ The operator and diagnostics CLI for PocketCoder.
4
4
 
5
5
  ## Install
6
6
 
@@ -8,6 +8,7 @@ pcd requires Bun 1.3.14 or newer:
8
8
 
9
9
  ```sh
10
10
  bun add --global @pstdio/pocketcoder-cli
11
+ pcd --version
11
12
  pcd --help
12
13
  ```
13
14