Skip to content

Commit

Permalink
调整输出
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Aug 28, 2023
1 parent 10f4c7b commit e0f9e4a
Show file tree
Hide file tree
Showing 4 changed files with 276 additions and 175 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ This can be used to generate string table data source for UnrealEngine(UE).
--silence --string-table-pretty

# strings will be saved in string-table.json and string-table.txt
# We can also use --string-table-value-regex-rule and --string-table-value-regex-file to filter contents
# and use --string-table-field-path-file to filter contents by which protocol paths
# You can also use --string-table-include-value-regex-rule/--string-table-include-value-regex-file and --string-table-exclude-value-regex-rule/--string-table-exclude-value-regex-file to filter contents.
# Use --string-table-include-field-path-file/--string-table-exclude-field-path-file to filter contents by protocol field paths
# Or use --string-table-include-message-path-file/--string-table-exclude-message-path-file to filter contents by protocol message paths
```

https://doc.rust-lang.org/cargo/reference/config.html
Expand Down
2 changes: 1 addition & 1 deletion src/exec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xresloader-dump-bin"
version = "2.2.1"
version = "2.3.0"
authors = ["owent <[email protected]>"]
license = "MIT"
description = "A tool to dump human readable text from binary output of xresloader"
Expand Down
Loading

0 comments on commit e0f9e4a

Please sign in to comment.