summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/docs.py
Commit message (Collapse)AuthorAge
* [CLI] `qmk docs` graceful shutdown on Ctrl+C (#6989)fauxpark2019-10-11
|
* [Docs] CLI command to serve docs locally (#6956)fauxpark2019-10-08
* 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