feat(ultraplan-local): add ultrareview to arg-parser FLAG_SCHEMA

This commit is contained in:
Kjell Tore Guttormsen 2026-05-01 16:42:01 +02:00
commit 535dce87dc
2 changed files with 26 additions and 0 deletions

View file

@ -26,6 +26,11 @@ const FLAG_SCHEMA = {
valued: ['--project', '--step', '--session'],
aliases: {},
},
ultrareview: {
boolean: ['--quick', '--fg', '--dry-run', '--validate'],
valued: ['--project', '--since'],
aliases: {},
},
};
/**