diff options
Diffstat (limited to 'argv.struct.go')
| -rw-r--r-- | argv.struct.go | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/argv.struct.go b/argv.struct.go deleted file mode 100644 index 308132e..0000000 --- a/argv.struct.go +++ /dev/null @@ -1,21 +0,0 @@ -// Copyright 2017-2025 WIT.COM Inc. All rights reserved. -// Use of this source code is governed by the GPL 3.0 - -package main - -var argv args - -type args struct { - Gui *EmptyCmd `arg:"subcommand:gui" help:"open the gui"` - List *EmptyCmd `arg:"subcommand:list" help:"list the machines in your zoo"` - Upgrade *EmptyCmd `arg:"subcommand:upgrade" help:"upgrade the machines"` - Verbose bool `arg:"--verbose" default:"false" help:"talk more"` - Daemon bool `arg:"--daemon" default:"false" help:"run in daemon mode"` - Port int `arg:"--port" default:"8080" help:"port to run on"` - NoPort bool `arg:"--no-port" help:"don't open socket"` - Bash bool `arg:"--bash" help:"generate bash completion"` - BashAuto []string `arg:"--auto-complete" help:"todo: move this to go-arg"` -} - -type EmptyCmd struct { -} |
