mod-cli 0.6.4

A fully customizable, feature-rich CLI framework for Rust. Define commands, prefixes, styled output, and more—built for flexibility and speed.
Documentation
{
    "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."
      }
    }
  }