-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added commands to list vpx contents and script. #112
Conversation
Modified the table detection to pickup local files. Added small description in readme. Added .editorconfig to avoid formating issues.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor improvements
src/vpx/expanded.rs
Outdated
); | ||
// TODO -extract_gameitems | ||
|
||
for file_path in files { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you keep console io in main?
So returning the files here and println in main, that way we can test this function
and looks like |
Updated commands to println in main.rs |
./vpxtools ls
list the files inside an vpx without extracting.