Documentation ¶
Index ¶
- Variables
- func ErrorLog(err error)
- func FileContent(file string) (content string, err error)
- func Filter(command string, r io.Reader, w io.Writer) error
- func Open(link string) error
- func Run(command string, args ...string) error
- func Scan(message string, allowEmpty bool) (string, error)
- func TempFile(filename string) (*os.File, error)
- func Underline(message, target string)
- type Spinner
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ScanDefaultString string ScanAllowEmpty bool )
View Source
var (
ErrConfigEditor = errors.New("config.core.editor is not set")
)
View Source
var (
SpinnerSymbol int = 14
)
Functions ¶
func FileContent ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.