Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultPath ¶
func DefaultPath() string
func RemoveRepo ¶
Types ¶
type Config ¶
func (*Config) ExplicitPaths ¶ added in v0.2.0
ExplicitPaths returns a map of remote -> local path for repos with explicit paths.
type RepoEntry ¶ added in v0.2.0
RepoEntry represents a watched repo with an optional local path override.
func (RepoEntry) MarshalYAML ¶ added in v0.2.0
MarshalYAML writes as a plain string if no path is set.
func (*RepoEntry) UnmarshalYAML ¶ added in v0.2.0
UnmarshalYAML supports both string and object formats:
repos:
- owner/repo
- name: owner/repo
path: /home/user/projects/repo
Click to show internal directories.
Click to hide internal directories.