Crates.io | cch24-validator |
lib.rs | cch24-validator |
version | |
source | src |
created_at | 2024-11-29 11:23:13.934983 |
updated_at | 2024-12-12 12:00:04.975994 |
description | Validate solutions to challenges from Shuttle's Christmas Code Hunt 2024 |
homepage | https://www.shuttle.dev/cch |
repository | |
max_upload_size | |
id | 1465527 |
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` |
size | 0 |
Use this binary to run the official tests against your solution to challenges from Shuttle's Christmas Code Hunt 2024.
cargo install cch24-validator
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
cch24-validator -1
cch24-validator 2 5
cch24-validator --all