patchcord 0.5.52 → 0.5.53
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/bin/patchcord.mjs +1 -2
- package/package.json +1 -1
package/bin/patchcord.mjs
CHANGED
|
@@ -71,8 +71,7 @@ if (cmd === "help" || cmd === "--help" || cmd === "-h") {
|
|
|
71
71
|
|
|
72
72
|
Usage:
|
|
73
73
|
patchcord Setup via browser (patchcord.dev)
|
|
74
|
-
patchcord --token <token>
|
|
75
|
-
patchcord --token <token> --server <url> Self-hosted server setup
|
|
74
|
+
patchcord --token <token> [--server <url>] Headless / self-hosted setup
|
|
76
75
|
patchcord --full Same + full statusline
|
|
77
76
|
patchcord --rename <new-name> [--tool <slug>] Rename this agent (paste from dashboard)
|
|
78
77
|
patchcord subscribe Start the realtime listener
|