Documentation
¶
Index ¶
- func CascadeErrorMessage(err1, err2 error) error
- func Ellipsize(from, to int, str string) string
- func EscapeForShell(unsafeString string) string
- func LevenshteinDistance(str1, str2 string) int
- func PrettyPrintStringsForShell(args [][]string) string
- func TokenizeLine(commandLine string) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CascadeErrorMessage ¶
func EscapeForShell ¶
func LevenshteinDistance ¶ added in v1.3.0
So, there are other more effective solutions. But I get this one, because I've made it.
func TokenizeLine ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.