Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
394
func
(c *Command) TimestampArg(name string) time.Time {
395
return
arg[time.Time](name, c)
396
}
397
398
func
(c *Command) TimestampArgs(name string) []time.Time {
399
return
arg[[]time.Time](name, c)
Callers
1
TestArgumentsInvalidType
Function · 0.80
Calls
1
arg
Function · 0.85
Tested by
1
TestArgumentsInvalidType
Function · 0.64