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

x/line/src/cli.ts>CLI#showHelp

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

This method is a wrapper around the main command's help menu. Reason it needs to be wrapped is because we need to show the CLI's name and description before showing the main command's help menu.