Crates.io | cch23-validator |
lib.rs | cch23-validator |
version | 22.0.1 |
source | src |
created_at | 2023-12-11 11:41:38.37702 |
updated_at | 2024-01-11 16:03:38.704671 |
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 |
size | 4,550,266 |
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