config

package
v0.0.0-...-f954743 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Del = &cobra.Command{
	Use:   "del",
	Short: "delete config for host",
	Run:   delHandler,
}
View Source
var Get = &cobra.Command{
	Use:   "get",
	Short: "get config for host",
	Run:   getHandler,
}
View Source
var Init = &cobra.Command{
	Use:   "init",
	Short: "initialize git config for selected host and workspace",
	Run:   initHandler,
}
View Source
var Set = &cobra.Command{
	Use:   "set",
	Short: "set config for host",
	Run:   setHandler,
}
View Source
var Use = &cobra.Command{
	Use:   "use",
	Short: "set default config to use for the host",
	Run:   useHandler,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL