~ruther/qmk_firmware

c27aa60c50c7ed7cb3e511c8a9def118541813e7 — fauxpark 6 years ago 931e9bd
Make the CLI Ψ capital (#6637)

1 files changed, 1 insertions(+), 1 deletions(-)

M bin/qmk
M bin/qmk => bin/qmk +1 -1
@@ 47,7 47,7 @@ else:

# Setup the CLI
import milc
milc.EMOJI_LOGLEVELS['INFO'] = '{fg_blue}ψ{style_reset_all}'
milc.EMOJI_LOGLEVELS['INFO'] = '{fg_blue}Ψ{style_reset_all}'

# If we were invoked as `qmk <cmd>` massage sys.argv into `qmk-<cmd>`.
# This means we can't accept arguments to the qmk script itself.