Skip to main content

Module args

Module args 

Source
Expand description

Command-line argument definitions (Clap structures). Command-line argument definitions for the Hexz CLI.

This module defines all Clap argument structures using a nested “Noun-Verb” command hierarchy (e.g., hexz data pack, hexz vm boot).

Design principle: Arguments are defined separately from handlers to keep CLI structure clear and testable. The actual command implementations live in the cmd module.

Structs§

Cli
Hexz - High-performance snapshot and streaming engine

Enums§

Commands
Top-level command categories
DataCommands
SysCommands
VmCommands