mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 11:30:30 +08:00
Make the CLI Ψ capital (#6637)
This commit is contained in:
parent
931e9bdbe4
commit
c27aa60c50
2
bin/qmk
2
bin/qmk
|
@ -47,7 +47,7 @@ else:
|
||||||
|
|
||||||
# Setup the CLI
|
# Setup the CLI
|
||||||
import milc
|
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>`.
|
# 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.
|
# This means we can't accept arguments to the qmk script itself.
|
||||||
|
|
Loading…
Reference in a new issue