diff --git a/src/utils.ts b/src/utils.ts index 8ef452f..7e1aa44 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -45,7 +45,9 @@ export const dynamicSelect = async (rawOptions: string[]): Promise => { console.log(green("\nType...\n")); } else { console.log( - `\n${bold().underline().blue("Input")} ${green(inputString)}\n`, + `\n${bold().underline().blue("Input")} ${bold().red("[")}${green( + inputString, + )}${bold().red("]")}\n`, ); } };