diff options
| author | Erovia <erovia@users.noreply.github.com> | 2020-03-22 19:48:30 +0100 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2020-04-08 09:31:14 -0700 |
| commit | 5cfc3ce02e3c8007ac42e8089ecc895771bb3bfb (patch) | |
| tree | cd57c376585c927e353190a785810b68ad9f9594 /bin | |
| parent | 724f20ed32758b0c5d91ad4b7ba4a9348e152eeb (diff) | |
| download | qmk_firmware-5cfc3ce02e3c8007ac42e8089ecc895771bb3bfb.tar.gz qmk_firmware-5cfc3ce02e3c8007ac42e8089ecc895771bb3bfb.zip | |
Rebase on master, hide some other subcommands
The list of hidden subcommands were approved by @skullydazed ;)
Currently hidden if 'user.developer' is not True:
- cformat
- docs
- kle2json
- pyformat
- pytest
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/qmk | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -24,7 +24,7 @@ def _check_modules(requirements): | |||
| 24 | for line in fd.readlines(): | 24 | for line in fd.readlines(): |
| 25 | line = line.strip().replace('<', '=').replace('>', '=') | 25 | line = line.strip().replace('<', '=').replace('>', '=') |
| 26 | 26 | ||
| 27 | if len(line) == 0 or line[0] == '#' or '-r' in line: | 27 | if len(line) == 0 or line[0] == '#' or line.startswith('-r'): |
| 28 | continue | 28 | continue |
| 29 | 29 | ||
| 30 | if '#' in line: | 30 | if '#' in line: |
