Documentation
¶
Index ¶
- Constants
- func CreateDir(dirPath string) error
- func CreatePathIfNotFound(configPath string) error
- func DirExists(dirPath string) bool
- func Exit(code ExitCode)
- func FileExists(filePath string) bool
- func FuzzyFind(name string, data []string) fuzzy.Matches
- func WriteFile(filePath string, content []byte) error
- type ExitCode
Constants ¶
View Source
const ( EXIT_SUCCESS ExitCode = 0 EXIT_BAD_USAGE = 64 EXIT_BAD_CONFIG = 78 )
Variables ¶
This section is empty.
Functions ¶
func CreatePathIfNotFound ¶ added in v0.4.0
func FileExists ¶ added in v0.4.0
Types ¶
Click to show internal directories.
Click to hide internal directories.