1 2 3 4 5 6 7
use coretilus::command::CommandV2; use coretilus::commands::pc::cli_v2::Pc; fn main() { let mut pc = Pc {}; pc.run(); }