module Matrix::Architect
Defined in:
bot.crcommands.cr
commands/base.cr
commands/bot.cr
commands/room.cr
commands/user.cr
commands/version.cr
connection.cr
errors.cr
events.cr
matrix-architect.cr
Constant Summary
-
Log =
::Log.for(self)
-
VERSION =
"0.1.0"
Class Method Summary
- .gen_config(filename) : Nil
- .get_config(config_file)
- .read_list(prompt) : Array(String)
- .read_var(prompt, secret = false, allow_empty = false) : String
- .run : Nil