Skip to main content

Crate hexz_cli

Crate hexz_cli 

Source
Expand description

Library crate for the Hexz command-line interface.

Re-exports the command handlers and argument definitions for the hexz binary. All CLI logic is organized into cmd (handlers), args (Clap definitions), and ui (user interface utilities).

Modulesยง

args
Command-line argument definitions (Clap structures). Command-line argument definitions for the Hexz CLI.
cmd
Command handlers organized by category (data, vm, sys).
ui
User interface utilities (progress bars, spinners).