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

Method TimestampArg

args.go:394–396  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

392}
393
394func (c *Command) TimestampArg(name string) time.Time {
395 return arg[time.Time](name, c)
396}
397
398func (c *Command) TimestampArgs(name string) []time.Time {
399 return arg[[]time.Time](name, c)

Callers 1

TestArgumentsInvalidTypeFunction · 0.80

Calls 1

argFunction · 0.85

Tested by 1

TestArgumentsInvalidTypeFunction · 0.64