swactor/crates/mvp-system/tests/mvp_chat_mock.rs

4 lines
98 B
Rust
Raw Normal View History

2026-07-18 09:40:09 +00:00
fn main() {
mvp_system::mvp_chat::run_from_args(std::env::args().skip(1)).expect("failed");
}