@trackseries/cli 0.1.0-preview.2 → 0.1.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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,10 +34,10 @@ After installation, authenticate and inspect the available commands:
|
|
|
34
34
|
```bash
|
|
35
35
|
trackseries auth login
|
|
36
36
|
trackseries auth status
|
|
37
|
-
trackseries skill
|
|
37
|
+
trackseries --skill
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
`trackseries skill` prints version-matched instructions designed for coding agents and other automated tools.
|
|
40
|
+
`trackseries --skill` prints version-matched instructions designed for coding agents and other automated tools.
|
|
41
41
|
|
|
42
42
|
## Updates
|
|
43
43
|
|