Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CLI ¶
type CLI struct {
GoModulePath string `required:"" help:"Go module path"`
Port int `required:"" help:"Port on 127.0.0.1 that the server is listening on"`
Type string `required:"" help:"Type of credential helper. Must be case-sensitive equal to git"`
Args []string `arg:""`
}
CLI is a type reflected by "github.com/alecthomas/kong" that configures the CLI command for the client forward proxy.
Click to show internal directories.
Click to hide internal directories.