diff options
| author | Jeff Carr <[email protected]> | 2025-08-28 04:26:32 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-28 04:26:32 -0500 |
| commit | 75c89281ebac49ae21a69024758879f9caee141a (patch) | |
| tree | 6702bbbceed00610a48719e89f1d517cc2192f8e /argv.go | |
| parent | 6dd0052dcf530af22a43ca02a8e0b6cebcc383e0 (diff) | |
try to make --restore workv0.0.7
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"` |
