Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aleph/commands/analyze.ts>helpMessage

The Full-stack Framework in Deno.
Very Popular
Go to Latest
variable helpMessage
import { helpMessage } from "https://deno.land/x/aleph@v0.3.0-beta.10/commands/analyze.ts";

type

` Usage: aleph analyze <dir> [...options] <dir> represents the directory of Aleph.js app, if the <dir> is empty, the current directory will be used. Options: -p, --port <port> A port number to serve the analyze result, default is 9000 -L, --log-level <log-level> Set log level [possible values: debug, info] -r, --reload Reload source code cache -h, --help Prints help message `