cch24-validator

Crates.iocch24-validator
lib.rscch24-validator
version23.0.1
created_at2024-11-29 11:23:13.934983+00
updated_at2025-01-09 18:20:23.497432+00
descriptionValidate solutions to challenges from Shuttle's Christmas Code Hunt 2024
homepagehttps://www.shuttle.dev/cch
repositoryhttps://github.com/shuttle-hq/shuttlings
max_upload_size
id1465527
size4,782,465
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: 18

cargo fmt