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

Method Args

command.go:623–625  ·  command.go::Command.Args

Args returns the command line arguments associated with the command.

()

Source from the content-addressed store, hash-verified

621// Args returns the command line arguments associated with the
622// command.
623func (cmd *Command) Args() Args {
624 return cmd.parsedArgs
625}
626
627// NArg returns the number of the command line arguments.
628func (cmd *Command) NArg() int {

Calls

no outgoing calls