Documentation
¶
Index ¶
Constants ¶
View Source
const ( ConfigPath = ".ws" ConfigFile = "config" ConfigType = "yaml" EnvPrefix = "WS" UpdateCacheFile = "update_cache.json" )
View Source
const (
Create = "create"
)
View Source
const (
PersistentFlagConfig = "config"
)
persistent flags
Variables ¶
View Source
var Version = "0.0.0"
Functions ¶
This section is empty.
Types ¶
type BaseInput ¶
func (*BaseInput) GetWorkspaceName ¶
type Config ¶
type Config struct {
BaseReposPath string `mapstructure:"base_repos"`
BaseWorkspacePath string `mapstructure:"base_ws"`
ReplaceSlashInDir bool `mapstructure:"replace_slash"`
}
func (*Config) GetReposPath ¶
func (*Config) GetSafeDirName ¶
func (*Config) GetWorkspacePath ¶
type DestroyInput ¶
type RemoveInput ¶
Click to show internal directories.
Click to hide internal directories.