diff options
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() |
