Skip to main content

Example subcommand

quicktest example | qt example

quicktest example --stress
quicktest example --cmp
quicktest example --check
quicktest example --run
quicktest example --setup

Or using the shorter alias:

qt example --stress
qt example --cmp
qt example --check
qt example --run
qt example --setup

Demo

example gif

Subcommand Structure

  • quicktest example | qt example

    Flags

    • --check Shows examples for the check subcommand.
    • --cmp Shows examples for the cmp subcommand.
    • --stress Shows examples for the stress subcommand.
    • --run Shows examples for the run subcommand.
    • --setup Shows examples for the setup subcommand.

    Note: Only one flag can be used at a time.