luaur-reduce-cli 0.1.3

Command-line Luau test-case reducer (Rust).
Documentation
1
2
3
4
5
6
7
8
//! `luaur-reduce` — command-line Luau test-case reducer (binary entry point).
//!
//! Thin wrapper over the library `main()` (faithful port of the upstream
//! `luau-reduce` CLI in CLI/src/Reduce.cpp).

fn main() {
    luaur_reduce_cli::functions::main::main();
}