@termiq/cli 1.22.0 → 2.0.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/dist/bin.js +3 -3
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -75,9 +75,9 @@ tell application "System Events" to get value of property list item "CFBundleNam
|
|
|
75
75
|
--log-to-file Write logs to ~/.termiq/logs/cli.log (suppresses stderr)
|
|
76
76
|
--cid ID Override session correlation ID (for support tracing)
|
|
77
77
|
--statusline Tmux-style status bar in local terminal (off by default)
|
|
78
|
-
--multi-viewer
|
|
79
|
-
|
|
80
|
-
|
|
78
|
+
--multi-viewer Latest-wins geometry (opt-in, persists in config): pty
|
|
79
|
+
follows whoever typed or resized last; other viewers
|
|
80
|
+
mirror it. Default \u2014 LCD policy (min size over viewers).
|
|
81
81
|
--help, -h Show this help
|
|
82
82
|
|
|
83
83
|
Environment:
|