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

Method Get

args.go:10–10  ·  view source on GitHub ↗

Get returns the nth argument, or else a blank string

(n int)

Source from the content-addressed store, hash-verified

8type Args interface {
9 // Get returns the nth argument, or else a blank string
10 Get(n int) string
11 // First returns the first argument, or else a blank string
12 First() string
13 // Tail returns the rest of the arguments (not the first one)

Callers 15

GetMethod · 0.65
PreParseMethod · 0.65
SetMethod · 0.65
TestArgNotSetFunction · 0.65
GetMethod · 0.65
RunMethod · 0.65

Implementers 1

Calls

no outgoing calls