diff options
| author | Jeff Carr <[email protected]> | 2024-11-07 16:54:16 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-07 16:54:16 -0600 |
| commit | af99bd179c75f331497dbdc23e83b9e6c0a5f349 (patch) | |
| tree | 89876d7e9350994c454cba648559f47c870f48d9 /argv.go | |
| parent | 3133bb0801bcfd3912e994d67349443fd3230512 (diff) | |
include toolkit resources in binaryv0.21.2
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ import ( var argv args type args struct { - Demo string `arg:"positional" help:"this is just a demo"` + Demo string `arg:"positional" help:"this is just a demo"` } func (a args) Description() string { |
