dearchap

Results 306 comments of dearchap

@rliebz These are my thoughts exactly. I've been going through the PRs and issues and noticing the long lead time in responses/approvals. I dont mind waiting a month or so...

Updated requirements for 3.X release - [ ] New flag parser, written from ground up to overcome golang flag limitations - [ ] Remove public fields in App/Command structs and...

While this is a nice feature to have it is non trivial as it means that the entire flag parse needs to change. This has been discussed endlessly in the...

I just realised. This is more generic than enums. You could implement an option of choices for strings, ints, etc for this. Maybe rename this to ChoiceFlag ?

@meatballhat I think this is a good feature but there are many ways to go about it. Either the ChoiceFlag as given here or a Choice interface can be added...

@xwjdsh @meatballhat Is one of you looking at the test failures and conflicts ?

> I was just thinking about this feature the other day! Yay for a PR! I'll try to review it soon 🙏🏼 Can you review it soon @coilysiren . Its...

@meatballhat Merged my changes. There seems to be a circular dependency. The go generate wont run if it cant build the current code and the current code wont work unless...

@meatballhat sure go for it.