Skip to main content
Module

x/denosh/denosh.ts

A cli solution for Deno
Latest
File
import { launch } from "./src/common/command.ts";
if (import.meta.main) { launch(Deno.args, { scriptName: "denosh", commandDir: "src/commands", });}