{
"modcli": {
"name" : "mod-cli",
"prefix": "mod",
"banner": "Welcome to ModCLI",
"delay" : 0,
"theme" : "default",
"strict": false,
"force_shell": false,
"shell": {
"prompt": "Mod >",
"welcome": [
"Welcome to the Interactive Console!",
"Type 'exit' or 'quit' to leave."
],
"goodbye": [
"Console shutting down..."
]
},
"messages": {
"no_command": "⚠️ No command specified. Type `help` or `--help` for a list of available commands.",
"not_found": "⚠️ Command not found. Type `help` or `--help` for a list of available commands."
}
}
}