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
netskybinary. - clone_
tools - cmd
- Subcommand implementations. One module per subcommand; each exposes
a
run()entry point called fromcli::dispatch. - observability
- ui
- Small terminal-format helpers for netsky CLI output.