Fred Thomas
Fred Thomas
**Describe the bug** go install github.com/gitleaks/gitleaks@latest does not work **To Reproduce** go install github.com/gitleaks/gitleaks@latest go: github.com/gitleaks/gitleaks@latest: github.com/gitleaks/[email protected]: parsing go.mod: module declares its path as: github.com/zricethezav/gitleaks but was required as: github.com/gitleaks/gitleaks...
It'd be neat if you could handle nested structs to control for flow e.g. type Command struct{ Foo *struct{ Bar `,-b, mandatory` } `clap:"foo"` Biz *struct{ Bar `,-b` } `clap:"biz"`...
Do you have any thoughts on allowing CSV slices? e.g --my-args one,two,three,four,"five has a space",six Alternatively, flag repetition to allow slice args? e.g --my-args one --my-args two ... --my-args "five...