StaxPing includes a small set of command‑line flags designed to keep the interface predictable and easy to use.
This page explains each flag, its purpose, and how it affects StaxPing’s behavior.
Enables the traceroute module.
Example:
staxping example.com --trace
When enabled, StaxPing performs:
If traceroute is not supported on the system, StaxPing provides a clear fallback message without exiting unexpectedly.
The --advanced flag is reserved for future diagnostic features.
Current behavior:
Example:
staxping example.com --advanced
Future versions may introduce extended diagnostics under this flag.
Displays the help screen, including usage, flags, and argument descriptions.
Example:
staxping --help
The help output follows a clean, aligned format for readability.
StaxPing is designed to grow over time.
Planned or potential future flags may include:
These features will be documented as they are introduced.
staxping google.com
staxping google.com --trace
staxping google.com --advanced
staxping --help
StaxPing keeps its flag system intentionally small and predictable, ensuring a clean and consistent CLI experience.