diff options
| author | Jeff Carr <[email protected]> | 2024-10-27 08:32:54 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-27 08:32:54 -0500 |
| commit | cc092bd8955ce7589fb2d92c091a5da3f8f714e5 (patch) | |
| tree | 3255979795c09bcd6a406cb5f25f3a874480350f /argv.go | |
| parent | 6934c8a2c42def64d890aae8eb79b9ef8be55fd2 (diff) | |
somehow dirs aren't saving
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -14,7 +14,6 @@ var argv args type args struct { ListRepos bool `arg:"--list-repos" help:"list all repositories"` Port int `arg:"--port" default:"2520" help:"port to run on"` - Config string `arg:"env:VIRTIGO_HOME" help:"defaults to ~/.config/virtigo/"` Start string `arg:"--start" help:"start a droplet"` } |
