You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
command.Flags().StringVar(&opts.GithubAppPrivateKeyPath, "github-app-private-key-path", "", "private key of the GitHub Application")
46
46
command.Flags().StringVar(&opts.GitHubAppEnterpriseBaseURL, "github-app-enterprise-base-url", "", "base url to use when using GitHub Enterprise (e.g. https://ghe.example.com/api/v3")
47
47
command.Flags().StringVar(&opts.Proxy, "proxy", "", "use proxy to access repository")
48
-
command.Flags().StringVar(&opts.Proxy, "no-proxy", "", "don't access these targets via proxy")
48
+
command.Flags().StringVar(&opts.NoProxy, "no-proxy", "", "don't access these targets via proxy")
49
49
command.Flags().StringVar(&opts.GCPServiceAccountKeyPath, "gcp-service-account-key-path", "", "service account key for the Google Cloud Platform")
50
50
command.Flags().BoolVar(&opts.ForceHttpBasicAuth, "force-http-basic-auth", false, "whether to force use of basic auth when connecting repository via HTTP")
0 commit comments