qmk / qmk_cli

A program to help users work with QMK
MIT License
142 stars 35 forks source link

[Bug] qmk compile -kb/-km violates POSIX tradition #152

Closed ghost closed 1 year ago

ghost commented 1 year ago

Describe the Bug

Multi-digit options should not be allowed.

https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html

The -kb and -km options violate POSIX. They should be changed to a single character, such as -b or -m.

Additional Context?

No response

tzarc commented 1 year ago

We're not intending to change this.