MCPcopy
hub / github.com/spf13/pflag / Parsed

Function Parsed

flag.go:1257–1259  ·  view source on GitHub ↗

Parsed returns true if the command-line flags have been parsed.

()

Source from the content-addressed store, hash-verified

1255
1256// Parsed returns true if the command-line flags have been parsed.
1257func Parsed() bool {
1258 return CommandLine.Parsed()
1259}
1260
1261// CommandLine is the default set of command-line flags, parsed from os.Args.
1262var CommandLine = NewFlagSet(os.Args[0], ExitOnError)

Callers

nothing calls this directly

Calls 1

ParsedMethod · 0.80

Tested by

no test coverage detected