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

Method Tail

args.go:15–15  ·  args.go::Args.Tail

Tail returns the rest of the arguments (not the first one) or else an empty string slice

()

Source from the content-addressed store, hash-verified

13 // Tail returns the rest of the arguments (not the first one)
14 // or else an empty string slice
15 Tail() []string
16 // Len returns the length of the wrapped slice
17 Len() int
18 // Present checks if there are any arguments present

Callers 2

runMethod · 0.95
parseFlagsMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected