summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-10 17:31:25 -0500
committerJeff Carr <[email protected]>2025-09-10 17:31:25 -0500
commit94bd4728ba260bbda7643e51f1beb9629b6b90d5 (patch)
tree6b982dac41a9ee6a9bbaa72eb166b3c2fc7ef4df /main.go
parentc3f5588365c1c68a1d87e5a6415eac18876dfce9 (diff)
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.go b/main.go
index 8557d36..d2bebf7 100644
--- a/main.go
+++ b/main.go
@@ -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()