We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9b2fd8 + 641bf03 commit 86180a2Copy full SHA for 86180a2
pkg/scaffold/manager/cmd.go
@@ -57,6 +57,7 @@ import (
57
)
58
59
func main() {
60
+ flag.Parse()
61
logf.SetLogger(logf.ZapLogger(false))
62
log := logf.Log.WithName("entrypoint")
63
test/project/cmd/manager/main.go
@@ -17,6 +17,7 @@ limitations under the License.
17
package main
18
19
import (
20
+ "flag"
21
"os"
22
23
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
@@ -30,6 +31,7 @@ import (
30
31
32
33
34
35
36
37
0 commit comments