fix: tmux exec type mismatch, add --version flag, add config check command

This commit is contained in:
2026-08-09 19:30:14 +02:00
parent edc02d48d4
commit 6795ee1f4f
5 changed files with 120 additions and 44 deletions
+10
View File
@@ -178,6 +178,16 @@ mkdir -p ~/.kube
ln -s /mnt/c/Users/<your-windows-username>/.kube/config ~/.kube/config
```
## Usage
```bash
kctl-tui # start the TUI (full navigation mode)
kctl-tui --version # print version
kctl-tui --verbose # enable debug logging to stderr
kctl-tui config check # validate ~/.kctl-tui/config.yaml
kctl-tui panel --context=... --ns=... --team=... # internal (called by tmux)
```
## Development
```bash