core/command: add option to select newest matching instance

This commit is contained in:
outfoxxed 2025-01-24 16:30:32 -08:00
parent b289bfa504
commit 325be8857c
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
3 changed files with 16 additions and 9 deletions

View file

@ -49,6 +49,7 @@ struct CommandState {
QStringOption path;
QStringOption manifest;
QStringOption name;
bool newest = false;
} config;
struct {