mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-11-05 20:50:03 +08:00
Revert to old method of generating schema files
This commit is contained in:
@@ -150,7 +150,7 @@ fn extract_args(
|
||||
.unwrap_or_else(|| match env::consts::OS {
|
||||
"linux" => "linux".to_string(),
|
||||
"windows" => "win32".to_string(),
|
||||
_ => panic!("unsupported os"),
|
||||
os => panic!("unsupported os: {}", os),
|
||||
});
|
||||
|
||||
let indent_size = *matches.get_one::<usize>("indent-size").unwrap();
|
||||
|
||||
Reference in New Issue
Block a user