obhq / obliteration

Experimental PS4 emulator written in Rust for Windows, macOS and Linux
https://obliteration.net
MIT License
581 stars 17 forks source link

Fixes broken --help #854

Closed ultimaweapon closed 2 months ago

ultimaweapon commented 2 months ago

Without this PR:

++++++++++++++++++ E [00:00:00:00:009]:0x0000000000006f46: kernel/src/main.rs:678
Error while running kernel: couldn't parse arguments -> Usage: obkrnl [OPTIONS] --system <SYSTEM> --game <GAME> --idps <IDPS>

Options:
      --system <SYSTEM>          
      --game <GAME>              
      --debug-dump <DEBUG_DUMP>  
      --clear-debug-dump         
      --pro                      
      --idps <IDPS>              
  -h, --help                     Print help
.

With this PR:

Free and open-source alternative PlayStation 4 kernel for Windows, Linux and macOS

Usage: obkrnl [OPTIONS] --system <SYSTEM> --game <GAME> --idps <IDPS>

Options:
      --system <SYSTEM>          
      --game <GAME>              
      --debug-dump <DEBUG_DUMP>  
      --clear-debug-dump         
      --pro                      
      --idps <IDPS>              
  -h, --help                     Print help