Documentation
¶
Index ¶
- func Exists(path string) bool
- func FindDirInPath(search string) (string, error)
- func GetHomeDir() string
- func GetWorkingDir() string
- func InputConfirm(promptText string) (bool, error)
- func InputPassword(promptText string) (string, error)
- func InputText(promptText string) string
- func WriteStringToFile(path string, s string) error
- func WriteToFile(path string, r io.Reader) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindDirInPath ¶
FindDirInPath walks up the current directory looking for the .astro folder
func InputConfirm ¶ added in v0.0.5
InputConfirm requests a user to confirm their input
func InputPassword ¶ added in v0.0.5
InputPassword requests a users passord, does not print out what they entered, and returns it
func WriteStringToFile ¶
WriteStringToFile write a string to a file
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.