Prerequisites
Problem Statement

Proposed Solution
Let's show file extensions in lists when no listfile is present.
Alternatives Considered
No response
Feature Type
CLI enhancement
Priority
Medium - Would improve my workflow
Affected Components
Use Cases
- when working with MPQ archives from the community, listfiles are often not included in archives. Having at least a file extension will make life easier.
Technical Considerations
- Do we need to read data from block tables?
Examples
cargo run --bin warcraft-rs -- mpq list ~/test.mpq
...
file_0001.blp
file_0002.m2
...
Additional Context
No response
Implementation
Prerequisites
Problem Statement
Proposed Solution
Let's show file extensions in lists when no listfile is present.
Alternatives Considered
No response
Feature Type
CLI enhancement
Priority
Medium - Would improve my workflow
Affected Components
Use Cases
Technical Considerations
Examples
cargo run --bin warcraft-rs -- mpq list ~/test.mpq ... file_0001.blp file_0002.m2 ...Additional Context
No response
Implementation