MCPcopy Index your code
hub / github.com/operator-framework/operator-sdk / parseArgs

Function parseArgs

internal/helm/flags/flag_test.go:70–72  ·  view source on GitHub ↗
(fs *pflag.FlagSet, extraArgs ...string)

Source from the content-addressed store, hash-verified

68})
69
70func parseArgs(fs *pflag.FlagSet, extraArgs ...string) {
71 Expect(fs.Parse(extraArgs)).To(Succeed())
72}

Callers 1

flag_test.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected