MCPcopy Create free account
hub / github.com/cloudwan/gohan / Args

Method Args

cli/cli.go:618–618  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

616}
617
618func (o options) Args() []string { return o.OptArgs }
619func (o options) Command() string { return o.OptCommand }
620func (o options) Dir() string { return o.OptDir }
621func (o options) Interval() time.Duration { return time.Duration(o.OptInterval) * time.Second }

Callers 7

actionMigrateFunction · 0.80
getGohanClientCommandFunction · 0.80
getConverterCommandFunction · 0.80
getRunCommandFunction · 0.80
getTestCommandFunction · 0.80
TestExtensionsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestExtensionsFunction · 0.64