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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "blueprint",
  "fg": "white",
  "bg": "dark_blue",
  "log_styles": {
    "error": "red",
    "warn": "yellow",
    "success": "green",
    "info": "light_blue",
    "debug": "grey",
    "trace": "light_grey",
    "notice": "cyan",
    "status": "magenta"
  }
}