diff options
| author | Jeff Carr <[email protected]> | 2025-10-05 06:11:57 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-05 06:11:57 -0500 |
| commit | c27727c8e0111f4830ac365614a0de7198314306 (patch) | |
| tree | 708a97fe4ac3d72101f88e398a86a9e74a74ae8e /argv.go | |
| parent | 44c1fcc9c316636fdc4f52f11ee3eb8045cdfcd1 (diff) | |
s/GoPath/Namespace/v0.25.57
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -154,7 +154,7 @@ type ConfigCmd struct { type ConfigAddCmd struct { Path string `arg:"--path" help:"absolute path of the git repo"` - GoPath string `arg:"--gopath" help:"GO path of the git repo"` + Namespace string `arg:"--namespace" help:"namespace of the git repo"` Directory bool `arg:"--directory" help:"repo is a directory to match against"` ReadOnly bool `arg:"--readonly" help:"repo is readonly"` Writable bool `arg:"--writable" help:"repo is writable"` |
