Skip to main content

Crate netsky

Crate netsky 

Source
Expand description

netsky CLI entry point. Parses argv with clap, dispatches to cmd submodules. Each subcommand owns a small file there.

Modules§

cli
clap command tree for the netsky binary.
clone_tools
cmd
Subcommand implementations. One module per subcommand; each exposes a run() entry point called from cli::dispatch.
observability
ui
Small terminal-format helpers for netsky CLI output.

Functions§

run