Update readme help

This commit is contained in:
Tobe O 2019-04-28 13:52:36 -04:00
parent bbf16acaf5
commit e2d03b7389

View file

@ -80,7 +80,7 @@ print('This is instance #${instanceInfo.id}');
The `Runner` class supplies options like the following: The `Runner` class supplies options like the following:
``` ```
wg-dhcp201d194d221:production thosakwe$ dart example/main.dart --help Tobes-MacBook-Air:production thosakwe$ dart example/main.dart --help
____________ ________________________ ____________ ________________________
___ |__ | / /_ ____/__ ____/__ / ___ |__ | / /_ ____/__ ____/__ /
__ /| |_ |/ /_ / __ __ __/ __ / __ /| |_ |/ /_ / __ __ __/ __ /
@ -97,6 +97,9 @@ Options:
(defaults to on) (defaults to on)
--use-zone Create a new Zone for each request. --use-zone Create a new Zone for each request.
--quiet Completely mute logging.
--ssl Listen for HTTPS instead of HTTP.
--http2 Listen for HTTP/2 instead of HTTP/1.1.
-a, --address The address to listen on. -a, --address The address to listen on.
(defaults to "127.0.0.1") (defaults to "127.0.0.1")
@ -105,4 +108,9 @@ Options:
-p, --port The port to listen on. -p, --port The port to listen on.
(defaults to "3000") (defaults to "3000")
--certificate-file The PEM certificate file to read.
--certificate-password The PEM certificate file password.
--key-file The PEM key file to read.
--key-password The PEM key file password.
``` ```