Skip to main content
Module

x/aleph/cli/dev.ts>helpMessage

The Full-stack Framework in Deno.
Go to Latest
variable helpMessage
import { helpMessage } from "https://deno.land/x/aleph@v0.2.1/cli/dev.ts";

type

` Usage: aleph dev <dir> [...options] <dir> represents the directory of the aleph app, if the <dir> is empty, the current directory will be used. Options: -p, --port A port number to start the aleph app, default is 8080 -r, --reload Reload source code cache -l, --log Sets log level ['debug', 'info', 'warn', 'error', 'fatal'] -h, --help Prints help message `