Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Colorize ¶
Colorize adds colors to the output text.
Parameters:
- text: The text to colorize.
- color: The color to apply (red, green, yellow, blue, reset).
Returns:
- The colorized text.
func Reexec ¶
reexec restarts the process with the new arguments.
Parameters:
- args: The new arguments for the process.
Returns:
- An error, if any.
func SplitIgnore ¶
SplitIgnore splits the ignore string into a slice of strings.
Parameters:
- ignore: The comma-separated ignore string.
Returns:
- A slice of strings representing the split ignore list.
func StringToInt ¶
StringToInt converts a string to an integer.
Parameters:
- s: The string to convert.
Returns:
- The integer value and an error, if any.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.