diff options
| author | Jeff Carr <[email protected]> | 2024-03-07 22:07:40 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-03-07 22:07:40 -0600 |
| commit | 89eb940a9e7b400f486366de92621508be662046 (patch) | |
| tree | 2a3b03414f8f52a76756d34fce2bcd50aa9a6aa4 /argv.go | |
| parent | b5825e93dd9a8d6923c9a0058c8ed3bd4f52ceb8 (diff) | |
ldflags not working
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ type args struct { Work bool `arg:"--work" help:"make a work directory"` } -func (args) Description() string { +func (a args) Description() string { return ` Example usage: "go-clone go.wit.com/apps/go-clone" |
