cli icon indicating copy to clipboard operation
cli copied to clipboard

Add `UInt64Slice`

Open td0m opened this issue 4 years ago • 1 comments

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.

td0m avatar Feb 13 '22 15:02 td0m

@meatballhat I can take this up

dearchap avatar Apr 25 '22 12:04 dearchap

Fixed in release v2.16.0

dearchap avatar Sep 12 '22 00:09 dearchap