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

x/line/src/command.ts>Command#getHelpMenuOptions

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

Get the help menu "OPTIONS" section for this command.

Returns

string

The help menu "OPTIONS" section for this command.