summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/docs.py
Commit message (Collapse)AuthorAgeFilesLines
* Don't hide for devs...Erovia2020-04-081-1/+1
|
* Rebase on master, hide some other subcommandsErovia2020-04-081-1/+1
| | | | | | | | | | | The list of hidden subcommands were approved by @skullydazed ;) Currently hidden if 'user.developer' is not True: - cformat - docs - kle2json - pyformat - pytest
* Use os.chdir for `qmk docs` instead of a custom HTTP request handler (#7493)fauxpark2019-11-291-6/+4
|
* [CLI] `qmk docs` graceful shutdown on Ctrl+C (#6989)fauxpark2019-10-111-1/+6
|
* [Docs] CLI command to serve docs locally (#6956)fauxpark2019-10-081-0/+22
* CLI command to serve docs locally * Document it * Default port * Use `with` and subclass `SimpleHTTPRequestHandler` to set working dir * Apply suggestions from code review Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com> * Update docs/cli.md