cch24-validator

Crates.iocch24-validator
lib.rscch24-validator
version
sourcesrc
created_at2024-11-29 11:23:13.934983
updated_at2024-12-12 12:00:04.975994
descriptionValidate solutions to challenges from Shuttle's Christmas Code Hunt 2024
homepagehttps://www.shuttle.dev/cch
repository
max_upload_size
id1465527
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Release (github:shuttle-hq:release)

documentation

README

Shuttle's Christmas Code Hunt 2024 - Validator

Use this binary to run the official tests against your solution to challenges from Shuttle's Christmas Code Hunt 2024.

Installation / Upgrading

cargo install cch24-validator

Usage

Usage: cch24-validator [OPTIONS] <NUMBERS|--all>

Arguments:
  [NUMBERS]...  The challenge numbers to validate

Options:
      --all        Validate all challenges
  -u, --url <URL>  The base URL to test against [default: http://127.0.0.1:8000]
  -h, --help       Print help
  -V, --version    Print version

Examples

cch24-validator -1
cch24-validator 2 5
cch24-validator --all
Commit count: 0

cargo fmt