diff options
| author | Jeff Carr <[email protected]> | 2025-08-28 17:40:52 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-28 19:30:59 -0500 |
| commit | 906d50a771292652e896496708e247fe4be695fa (patch) | |
| tree | 02ab1d6c7d507bde9ab8d596fca61fe2f369e838 /argv.go | |
| parent | 86ac85dd5b5432ca3d1ff935b6ff6582ba37c287 (diff) | |
test
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ type args struct { Init *EmptyCmd `arg:"subcommand:init" help:"init the repo list"` Port int `arg:"--port" default:"2520" help:"port to run on"` Hostname string `arg:"--hostname" default:"forge.wit.com" help:"hostname to use"` + Daemon bool `arg:"--daemon" help:"run as a daemon"` Force bool `arg:"--force" help:"try to strong arm things"` Verbose bool `arg:"--verbose" help:"show more output"` Bash bool `arg:"--bash" help:"generate bash completion"` |
