1
0
Fork 0

[Docs] CLI command to serve docs locally (#6956)

* 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
This commit is contained in:
fauxpark 2019-10-09 05:06:26 +11:00 committed by Drashna Jaelre
parent e7d95701bf
commit 2707652c98
3 changed files with 33 additions and 0 deletions

View file

@ -5,6 +5,7 @@ We list each subcommand here explicitly because all the reliable ways of searchi
from . import cformat
from . import compile
from . import config
from . import docs
from . import doctor
from . import hello
from . import json