package
1.8.0
Repository: https://github.com/lazybark/go-helpers.git
Documentation: pkg.go.dev

# Packages

clf if a command line format package to add colors and styles to CLI-apps.

# Functions

AwaitNumberInput awaits for user input and then tries to parse into number.
AwaitStringInput awaits for any text from user in os.Stdin.
AwaitStringInputNotEmpty awaits for text with len>0 from user in os.Stdin.