mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-23 18:01:12 +01:00
This commit remedies a regression noticed by user @notkvwu in #493, which results in 'komorebic start' failing, due to an empty ArgumentList being passed to the PS Start-Process command. This has been fixed by ensuring that the ArgumentList is only passed when the user has specified flags on the start command. fix #493