diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 10:39:25 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 10:39:25 -0500 |
| commit | 379e4b04802d852fea8e3daf03cb85d15a1bb0db (patch) | |
| tree | a04e1c28eec22e9ab64cb4bf9147bbb9413eacf0 /argv.go | |
| parent | b843bce3c30d8139f29e3ca4b4e998bc0bd4053d (diff) | |
code rearrange
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ type args struct { } type BuildCmd struct { - Debian *DebianCmd `arg:"subcommand:debian" help:"build missing .deb packages"` + Debian *DebianCmd `arg:"subcommand:deb" help:"build missing .deb packages"` MacBuild *EmptyCmd `arg:"subcommand:macos" help:"build macos packages"` Install *DefaultCmd `arg:"subcommand:install" help:"run make install in each repo"` } |
