Skip to main content

Module cmd

Module cmd 

Source
Expand description

Command handlers organized by category (data, vm, sys).

This module contains all the CLI command implementations:

  • data: Data operations (pack, info, diff, analyze)
  • vm: Virtual machine operations (boot, commit, archive)
  • sys: System utilities (mount, unmount) Command handlers for the Hexz CLI.

Modulesยง

data
Data management command handlers (pack, extract, mount, etc.).
sys
System utility commands for diagnostics and services.