# m42_2 — returning sugar user: the five retired verbs, verbatim (release binary @ 2f1bace)

$ aura run blueprints/m42_trend.json
error: unrecognized subcommand 'run'

  tip: a similar subcommand exists: 'runs'

Usage: aura [OPTIONS] <COMMAND>

For more information, try '--help'.
EXIT=2

$ aura sweep blueprints/m42_trend.json
error: unrecognized subcommand 'sweep'

Usage: aura [OPTIONS] <COMMAND>

For more information, try '--help'.
EXIT=2

$ aura walkforward blueprints/m42_trend.json
error: unrecognized subcommand 'walkforward'

Usage: aura [OPTIONS] <COMMAND>

For more information, try '--help'.
EXIT=2

$ aura mc blueprints/m42_trend.json
error: unrecognized subcommand 'mc'

Usage: aura [OPTIONS] <COMMAND>

For more information, try '--help'.
EXIT=2

$ aura generalize blueprints/m42_trend.json
error: unrecognized subcommand 'generalize'

Usage: aura [OPTIONS] <COMMAND>

For more information, try '--help'.
EXIT=2

$ aura runs blueprints/m42_trend.json      # following the only tip offered
error: unrecognized subcommand 'blueprints/m42_trend.json'

Usage: aura runs [OPTIONS] <COMMAND>

For more information, try '--help'.
EXIT=2

$ aura exec blueprints/m42_trend.json --sweep fast.length=2,3   # sugar-era flag muscle memory
error: unexpected argument '--sweep' found

  tip: to pass '--sweep' as a value, use '-- --sweep'

Usage: aura exec <TARGET>

For more information, try '--help'.
EXIT=2

$ aura graph introspect --list-axes blueprints/m42_trend.json   # retired discovery flag
error: unexpected argument '--list-axes' found

Usage: aura graph introspect [OPTIONS]

For more information, try '--help'.
EXIT=2
