mod-cli 0.4.0

A fully customizable, feature-rich CLI framework for Rust. Define commands, prefixes, styled output, and more—built for flexibility and speed.
Documentation

Pre-release (v0.4.0)
Active development — core is stable, features are evolving.
Production use is possible, but interfaces may still evolve until 1.0.

cargo run --bin modcli ping
> Pong!

cargo run --bin modcli --features internal-commands hello James
> Hello, James!
Feature Description
internal-commands Enables built-in test/dev commands like ping, hello
custom-commands Enables CLI custom command creation.
json-loader Enables external command loading from JSON config
plugins Enables plugin support for dynamic runtime command injection