refactor(cli): remove dead _clearScreen param from displayLogo

This commit is contained in:
Alex Verkhovsky 2026-03-21 01:48:10 -06:00
parent 1a1909a7f9
commit c31cea8c30
1 changed files with 2 additions and 3 deletions

View File

@ -16,10 +16,9 @@ const CLIUtils = {
},
/**
* Display BMAD logo using @clack intro + box
* @param {boolean} _clearScreen - Deprecated, ignored (no longer clears screen)
* Display BMAD logo and version using @clack intro + box
*/
async displayLogo(_clearScreen = true) {
async displayLogo() {
const version = this.getVersion();
const color = await prompts.getColor();