[PR #3950] [MERGED] added new cli parser using CLI11 #3819

Closed
opened 2026-02-27 22:05:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3950
Author: @georgemoralis
Created: 1/22/2026
Status: Merged
Merged: 1/24/2026
Merged by: @georgemoralis

Base: mainHead: cli


📝 Commits (10+)

📊 Changes

5 files changed (+155 additions, -232 deletions)

View changed files

📝 .gitmodules (+4 -0)
📝 CMakeLists.txt (+1 -1)
📝 externals/CMakeLists.txt (+7 -1)
externals/ext-CLI11 (+1 -0)
📝 src/main.cpp (+142 -230)

📄 Description

match cleaner cli parser


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/3950 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 1/22/2026 **Status:** ✅ Merged **Merged:** 1/24/2026 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `cli` --- ### 📝 Commits (10+) - [`cba2631`](https://github.com/shadps4-emu/shadPS4/commit/cba2631f7bbd96f0174c25d6d2be4756f5f95f5c) added new cli parser using CLI11 - [`2de9339`](https://github.com/shadps4-emu/shadPS4/commit/2de9339d53f145261de9de89407a8f7dc05f1acf) pff - [`d9487be`](https://github.com/shadps4-emu/shadPS4/commit/d9487be2e4c51b9a4dc40529ed2a7f7e619ff33a) fixed repo - [`009ee62`](https://github.com/shadps4-emu/shadPS4/commit/009ee6297648840faf83bdf50ffb4516496370e3) fix game autodetection - [`794384b`](https://github.com/shadps4-emu/shadPS4/commit/794384bed9bf35188166f16305c77d86f24f9b04) clear unessecary comments - [`c5586bc`](https://github.com/shadps4-emu/shadPS4/commit/c5586bcaf3097f413242587a6fea4b4e052b3930) added a check - [`17b6f5c`](https://github.com/shadps4-emu/shadPS4/commit/17b6f5c422e2816760677b290897f15c7f81b784) fixed? - [`3560be1`](https://github.com/shadps4-emu/shadPS4/commit/3560be1becfdf2b21fb68c1e028285604a1de3db) parse extras - [`be90ae2`](https://github.com/shadps4-emu/shadPS4/commit/be90ae25a4b076a7c270fe0cc95c315a7499f742) one more try - [`4cc08f6`](https://github.com/shadps4-emu/shadPS4/commit/4cc08f6a4ca7277b06bbd6f81ee0897e5b94d398) readded -g ### 📊 Changes **5 files changed** (+155 additions, -232 deletions) <details> <summary>View changed files</summary> 📝 `.gitmodules` (+4 -0) 📝 `CMakeLists.txt` (+1 -1) 📝 `externals/CMakeLists.txt` (+7 -1) ➕ `externals/ext-CLI11` (+1 -0) 📝 `src/main.cpp` (+142 -230) </details> ### 📄 Description match cleaner cli parser --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:05:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#3819
No description provided.