module Stars::CLI::Command
Extended Modules
Defined in:
cli/commands.crInstance Method Summary
- #input(message : String, no_echo = false) : String
- #validate_input(message : String, invalid_message : String, no_echo = false, fatal = false, &predicate : String -> Bool) : String
Instance Method Detail
def validate_input(message : String, invalid_message : String, no_echo = false, fatal = false, &predicate : String -> Bool) : String
#