summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-28 04:26:32 -0500
committerJeff Carr <[email protected]>2025-08-28 04:26:32 -0500
commit75c89281ebac49ae21a69024758879f9caee141a (patch)
tree6702bbbceed00610a48719e89f1d517cc2192f8e /argv.go
parent6dd0052dcf530af22a43ca02a8e0b6cebcc383e0 (diff)
try to make --restore workv0.0.7
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index 8f1971e..7b5f0ad 100644
--- a/argv.go
+++ b/argv.go
@@ -12,6 +12,7 @@ var argv args
type args struct {
Restore string `arg:"--restore" help:"restore terminal windows from a config file"`
Save *EmptyCmd `arg:"subcommand:save" help:"save current window geometries to the your config file"`
+ DumpX *EmptyCmd `arg:"subcommand:dumpx" help:"show your current window geometries"`
Dump *EmptyCmd `arg:"subcommand:dump" help:"show your current window geometries"`
Force bool `arg:"--force" help:"try to strong arm things"`
Verbose bool `arg:"--verbose" help:"show more output"`