Component: CLIType: Internal Cleanupgood first issue
Métriques du dépôt
- Stars
- (21 237 étoiles)
- Métriques de merge PR
- (Merge moyen 3j 21h) (134 PRs mergées en 30 j)
Description
Now that we have generics, we can stop hand-writing each implementation of flagutil.OptionalFlag for each type we want, instead writing a generic OptionalFlag over any type T, providing a parsing function that has the signature func(string) (T, error)