import { helpMessage } from "https://deno.land/x/aleph@v0.3.0-alpha.32/cli/start.ts";
type
`
Usage:
aleph start <dir> [...options]
<dir> represents the directory of the aleph.js app,
if the <dir> is empty, the current directory will be used.
Options:
-p, --port <port> A port number to start the aleph.js app, default is 8080
--hostname <hostname> The address at which the server is to be started
--tls-cert <cert-file> The server certificate file
--tls-key <key-file> The server public key file
-L, --log-level <log-level> Set log level [possible values: debug, info]
-r, --reload Reload source code cache
-h, --help Prints help message
`