Skip to main content

Module cli

Module cli 

Source

Structs§

FixArgs
Per-subcommand arguments for fix. Currently a placeholder — the --yes flag lives at the top level (global), so nd300 fix --yes, nd300 --yes fix, nd300 -f -y, and nd300 -y -f all work and share the same field on Nd300Cli. New fix-specific options can be added here later without affecting the legacy -f flag form.
Nd300Cli
ND-300: Cross-platform network diagnostic tool
SpeedQXCli
SpeedQX Internet Speed Test - QubeTX Developer Tools

Enums§

Nd300Command
Action subcommands. These are equivalent to the long-running action flags (-d, -f, --update, --clear-dns, --uninstall) — both forms are supported and mean the same thing. The subcommand form is the preferred way going forward; the flag form is kept so existing scripts continue to work.
SpeedQXCommand
Action subcommands for speedqx. Mirrors the nd300 pattern: subcommand form is preferred, legacy --update flag is kept so existing scripts work.