cli
cli copied to clipboard
Add `UInt64Slice`
Checklist
- [x] Are you running the latest v2 release? The list of releases is here.
- [x] Did you check the manual for your release? The v2 manual is here
- [x] Did you perform a search about this feature? Here's the Github guide about searching.
What problem does this solve?
It seems like urfave/cli doesn't currently support Uint64 slices, but supports Int64Slice and UintSlice. Is there a specific reason why?
Solution description
Could we incorporate this a Uint64Slice flag into a new release?
Describe alternatives you've considered
Copy-pasting the code for uintslice into my own code... But it would be nice to have this officially supported.
@meatballhat I can take this up
Fixed in release v2.16.0