flag.FlagSet.NArg (method)

one use

	flag (current package)
		flag.go#L735: func (f *FlagSet) NArg() int { return len(f.args) }