flag.FlagSet.String (method)

5 uses

	flag (current package)
		flag.go#L890: func (f *FlagSet) String(name string, value string, usage string) *string {
		flag.go#L899: 	return CommandLine.String(name, value, usage)

	go.pact.im/x/plumb/internal/cli
		cli.go#L65: 	packageName := fs.String("package-name", "", "package name for the generated `package` clause")
		cli.go#L66: 	importPath := fs.String("import-path", "", "import `path` of the destination package")
		cli.go#L67: 	output := fs.String("output", "", "output `file` (default: standard output)")