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

x/line/src/main_command.ts>MainCommand#run

A class-based, command-line interface (CLI) framework.
Latest
method MainCommand.prototype.run
import { MainCommand } from "https://deno.land/x/line@v1.0.1/src/main_command.ts";

Run this main command.

Parameters

input: string
  • The Deno.args[0] value.

Returns

Promise<void>