Crates.io | cch23-validator |
lib.rs | cch23-validator |
version | |
source | src |
created_at | 2023-12-11 11:41:38.37702 |
updated_at | 2024-12-12 13:54:46.130808 |
description | Validate solutions to challenges from Shuttle's Christmas Code Hunt 2023 |
homepage | https://www.shuttle.rs/cch |
repository | https://github.com/shuttle-hq/shuttlings |
max_upload_size | |
id | 1065042 |
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 2023.
cargo install cch23-validator
Usage: cch23-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
cch23-validator -1
cch23-validator 6 7
cch23-validator --all