fix: include --staging in build conflict suggestions

This commit is contained in:
Bart van Bragt 2026-04-14 16:46:06 +02:00
parent d8eebb183a
commit 80357e6a77
1 changed files with 4 additions and 2 deletions

View File

@ -155,7 +155,9 @@ HELP;
$this->line('');
$this->line('Choose one of:');
$this->line(' blomstra:search:index build --resume Continue from where it left off');
$this->line(' blomstra:search:index build --resume --staging Continue and keep in staging when done');
$this->line(' blomstra:search:index build --fresh Drop this build and start completely fresh');
$this->line(' blomstra:search:index build --fresh --staging Start fresh and keep in staging when done');
return;
}