diff options
| author | Jeff Carr <[email protected]> | 2025-09-10 17:31:25 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-10 17:31:25 -0500 |
| commit | 94bd4728ba260bbda7643e51f1beb9629b6b90d5 (patch) | |
| tree | 6b982dac41a9ee6a9bbaa72eb166b3c2fc7ef4df /main.go | |
| parent | c3f5588365c1c68a1d87e5a6415eac18876dfce9 (diff) | |
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -35,6 +35,11 @@ func main() { doDumpX() } + if argv.List != nil { + log.Info("list the config") + okExit("") + } + if argv.Dump != nil { // 2. Get the current state of all terminal windows. currentStates, err := getCurrentState() |
