use-command-name
Command and executable name primitives for RustUse CLI-adjacent code.
This crate validates command names and extracts executable names from paths. It does not implement command routing, subcommands, aliases, or dispatch.
Example
use ;
let command = new?;
let executable = new?;
assert_eq!;
assert_eq!;
# Ok::
Scope
Use this crate for explicit command name vocabulary, not parser or runtime behavior.