core/command: rewrite command parser with CLI11
This commit is contained in:
parent
bdbf5b9af9
commit
291179ede2
7 changed files with 185 additions and 129 deletions
|
@ -8,6 +8,7 @@
|
|||
cmake,
|
||||
ninja,
|
||||
qt6,
|
||||
cli11,
|
||||
jemalloc,
|
||||
wayland,
|
||||
wayland-protocols,
|
||||
|
@ -52,6 +53,7 @@
|
|||
buildInputs = [
|
||||
qt6.qtbase
|
||||
qt6.qtdeclarative
|
||||
cli11
|
||||
]
|
||||
++ (lib.optional withJemalloc jemalloc)
|
||||
++ (lib.optional withQtSvg qt6.qtsvg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue