Invoke serve task docstring: port is configurable

This commit is contained in:
Justin Mayer 2019-06-20 07:49:48 +02:00
commit 8b4c46d74b

View file

@ -65,7 +65,7 @@ def regenerate(c):
@task
def serve(c):
"""Serve site at http://localhost:8000/"""
"""Serve site at http://localhost:$PORT/ (default port is 8000)"""
class AddressReuseTCPServer(RootedHTTPServer):
allow_reuse_address = True