Usage
Commands
| Command | Description |
|---|---|
init | Initialize a new ReXGlue project |
codegen | Analyze XEX and generate C++ code |
migrate | Migrate project to current SDK version |
recompile-tests | Generate Catch2 tests from PPC assembly |
rexglue --help for detailed flag documentation.
Common Flags
These flags work with all commands:Logging level: trace, debug, info, warn, error, fatal
Enable verbose logging (sets level to trace)
Log file path (empty = no file logging)
Generate output even if validation errors occur
Environment Variables
ReXGlue supports setting any flag via environment variables using the format:Exit Codes
0- Success1- Error (check logs for details)