package
0.0.0-20210807173805-52a80d555a2e
Repository: https://github.com/gord-project/gord.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
CommandEquals checks whether the text given matches either the name of the given command or one of it's aliases.
ParseCommand takes an arbitrary input string and splits it into parameters.
PrintError message writes an error to the given io.Writer in the default format, using the correct colors and punctuation.
# Interfaces
No description provided by the author
Command represents a command that is executable by the user.