mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-11-05 20:50:03 +08:00
📦 Game Update 13965
This commit is contained in:
@@ -38,7 +38,7 @@ struct Args {
|
||||
#[arg(short, long)]
|
||||
offsets: bool,
|
||||
|
||||
/// Dump schemas.
|
||||
/// Dump schema system classes.
|
||||
#[arg(short, long)]
|
||||
schemas: bool,
|
||||
|
||||
@@ -47,7 +47,7 @@ struct Args {
|
||||
verbose: bool,
|
||||
|
||||
/// Output folder.
|
||||
#[arg(short, long, default_value = "generated")]
|
||||
#[arg(long, default_value = "generated")]
|
||||
output: String,
|
||||
|
||||
/// Indentation level.
|
||||
|
||||
Reference in New Issue
Block a user