Skip to main content
Module

x/aleph/cli/fetch.ts

The Full-stack Framework in Deno.
Very Popular
Go to Latest
File
export const helpMessage = `Fetches the aleph app remote modules.
Usage: aleph fetch <dir> [...options]
<dir> represents the directory of the aleph app,if the <dir> is empty, the current directory will be used.
Options: -h, --help Prints help message`
export default function (appDir: string, options: Record<string, string | boolean>) {
}