flag.FlagSet.NArg (method)

one use

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