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

Method Parse

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

Parse the given args and return unparsed args and/or error

([]string)

Source from the content-addressed store, hash-verified

69
70 // Parse the given args and return unparsed args and/or error
71 Parse([]string) ([]string, error)
72
73 // The usage template for this argument to use in help
74 Usage() string

Calls

no outgoing calls