MCPcopy
hub / github.com/urfave/cli / Int64Slice

Method Int64Slice

flag_int_slice.go:50–52  ·  view source on GitHub ↗

Int64Slice looks up the value of a local Int64SliceFlag, returns nil if not found

(name string)

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls