Skip to content

Commit

Permalink
Add vromf_version command to manual
Browse files Browse the repository at this point in the history
  • Loading branch information
FlareFlo committed Jan 24, 2024
1 parent e900fb7 commit 028fa0a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions usage_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ WarThunder datamining extraction tools
Usage: wt_ext_cli [OPTIONS] <COMMAND>
Commands:
unpack_raw_blk, --unpack_raw_blk
Unpacks a folder of raw/binary blk files into their unpacked format
unpack_vromf, --unpack_vromf
Unpacks vromf into raw or human readable formats, such as Json or Blk
unpack_dxp_and_grp, --unpack_dxp
Expand All @@ -15,6 +17,8 @@ Commands:
Opens or writes the manual
hash, --hash
Prints commit hash from binary (link)
vromf_version, --vromf_version
Prints version(s) from file or folder of vromfs
help
Print this message or the help of the given subcommand(s)
Expand All @@ -24,6 +28,7 @@ Options:
--crashlog Runs at maximum log level and writes logfile to aid in debugging
-h, --help Print help
-V, --version Print version
```

# Commands and their purpose
Expand Down Expand Up @@ -83,6 +88,17 @@ Options:
-h, --help Print help
```

## vromf_version
Prints versions found either inside the vromf (version file) and/or the header of the vromf
```
Prints version(s) from file or folder of vromfs
Usage: wt_ext_cli {vromf_version|--vromf_version} --input_dir_or_file <input>
Options:
-i, --input_dir_or_file <input> A single vromf file, or a folder of Vromf files. Does not recurse subdirs
-h, --help Print help
```

# Environment variables

Expand Down

0 comments on commit 028fa0a

Please sign in to comment.