Skip to content

AdrienPensart/sportbot

Repository files navigation

Commands

Usage: sportbot [OPTIONS] COMMAND [ARGS]...

  SportBot.

Options:
  --debug        Verbose mode
  -V, --version  Show the version and exit.
  -h, --help     Show this message and exit.

Commands:
  boxing          Boxing Training
  countdown       Generate sound
  exercise        Exercise Tool
  generate-sound  Generate sound
  help            Print help
  readme (doc)    Generates a README.rst
  sequence        Sequence Tool
  training        Training Tool
  version         Print version

sportbot boxing

Usage: sportbot boxing [OPTIONS] COMMAND [ARGS]...

  Boxing Training

Options:
  -h, --help  Show this message and exit.

Commands:
  help    Print help
  rounds  Create custom rounds

sportbot boxing rounds

Usage: sportbot boxing rounds [OPTIONS]

  Create custom rounds

Options:
  --dry / --no-dry          [default: no-dry]
  --silence / --no-silence  [default: no-silence]
  --duration INTEGER
  --prepare INTEGER
  --end INTEGER
  --rest INTEGER
  --rounds INTEGER
  --name TEXT
  -h, --help                Show this message and exit.

sportbot countdown

Usage: sportbot countdown [OPTIONS] DURATION

  Generate sound

Options:
  --paused
  -h, --help  Show this message and exit.

sportbot exercise

Usage: sportbot exercise [OPTIONS] COMMAND [ARGS]...

  Exercise Tool

Options:
  -h, --help  Show this message and exit.

Commands:
  custom  Start custom exercise
  help    Print help
  list    List available exercises
  start   Start exercise
  tags    List available tags

sportbot exercise custom

Usage: sportbot exercise custom [OPTIONS] NAME

  Start custom exercise

Options:
  --duration INTEGER
  --dry / --no-dry          [default: no-dry]
  --silence / --no-silence  [default: no-silence]
  -h, --help                Show this message and exit.

sportbot exercise list

Usage: sportbot exercise list [OPTIONS]

  List available exercises

Options:
  --tag TEXT  Tag filter
  -h, --help  Show this message and exit.

sportbot exercise start

Usage: sportbot exercise start [OPTIONS] NAME

  Start exercise

Options:
  --dry / --no-dry          [default: no-dry]
  --silence / --no-silence  [default: no-silence]
  -h, --help                Show this message and exit.

sportbot exercise tags

Usage: sportbot exercise tags [OPTIONS]

  List available tags

Options:
  -h, --help  Show this message and exit.

sportbot generate-sound

Usage: sportbot generate-sound [OPTIONS] NAME

  Generate sound

Options:
  --dry / --no-dry  [default: no-dry]
  --test            Test sound afterwards
  --force           Recreate sound if already exists
  --path DIRECTORY  Sound output path  [default: .]
  -h, --help        Show this message and exit.

sportbot help

Usage: sportbot help [OPTIONS]

  Print help

Options:
  -h, --help  Show this message and exit.

sportbot readme

Usage: sportbot readme [OPTIONS]

  Generates a complete readme

Options:
  --output [rst|markdown]  README output format  [default: rst]
  -h, --help               Show this message and exit.

sportbot sequence

Usage: sportbot sequence [OPTIONS] COMMAND [ARGS]...

  Sequence Tool

Options:
  -h, --help  Show this message and exit.

Commands:
  help   Print help
  list   List available sequences
  start  Start sequence

sportbot sequence list

Usage: sportbot sequence list [OPTIONS]

  List available sequences

Options:
  --tag TEXT  Tag filter
  -h, --help  Show this message and exit.

sportbot sequence start

Usage: sportbot sequence start [OPTIONS] NAME

  Start sequence

Options:
  --dry / --no-dry          [default: no-dry]
  --silence / --no-silence  [default: no-silence]
  -h, --help                Show this message and exit.

sportbot training

Usage: sportbot training [OPTIONS] COMMAND [ARGS]...

  Training Tool

Options:
  -h, --help  Show this message and exit.

Commands:
  help   Print help
  list   List available trainings
  start  Start training

sportbot training list

Usage: sportbot training list [OPTIONS]

  List available trainings

Options:
  --tag TEXT  Tag filter
  -h, --help  Show this message and exit.

sportbot training start

Usage: sportbot training start [OPTIONS] NAME

  Start training

Options:
  --dry / --no-dry          [default: no-dry]
  --silence / --no-silence  [default: no-silence]
  -h, --help                Show this message and exit.

sportbot version

Usage: sportbot version [OPTIONS]

  Print version, equivalent to -V and --version

Options:
  -h, --help  Show this message and exit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published