Int64Slice looks up the value of a local Int64SliceFlag, returns nil if not found
(name string)
| 48 | // Int64Slice looks up the value of a local Int64SliceFlag, returns |
| 49 | // nil if not found |
| 50 | func (cmd *Command) Int64Slice(name string) []int64 { |
| 51 | return getNumberSlice[int64](cmd, name) |
| 52 | } |
no outgoing calls