summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 10:39:25 -0500
committerJeff Carr <[email protected]>2025-10-07 10:39:25 -0500
commit379e4b04802d852fea8e3daf03cb85d15a1bb0db (patch)
treea04e1c28eec22e9ab64cb4bf9147bbb9413eacf0 /argv.go
parentb843bce3c30d8139f29e3ca4b4e998bc0bd4053d (diff)
code rearrange
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index 1da268c..eb976d5 100644
--- a/argv.go
+++ b/argv.go
@@ -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"`
}