We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12df98c + a62405d commit 619f04aCopy full SHA for 619f04a
codeflash/cli_cmds/cmd_init.py
@@ -199,9 +199,7 @@ def __init__(self) -> None:
199
self.Question.brackets_color = inquirer.themes.term.bright_blue
200
self.Question.default_color = inquirer.themes.term.bright_cyan
201
self.List.selection_color = inquirer.themes.term.bright_blue
202
- self.List.selection_cursor = "⚡"
203
self.Checkbox.selection_color = inquirer.themes.term.bright_blue
204
- self.Checkbox.selection_cursor = "⚡"
205
self.Checkbox.selected_icon = "✅"
206
self.Checkbox.unselected_icon = "⬜"
207
0 commit comments