Skip to main content
Module

x/omdb/deps.ts>Command#group

Access OMDb's API with Deno.
Go to Latest
method Command.prototype.group
Re-export
import { Command } from "https://deno.land/x/omdb@v1.4.3/deps.ts";

Enable grouping of options and set the name of the group. All option which are added after calling the .group() method will be grouped in the help output. If the .group() method can be use multiple times to create more groups.

Parameters

name: string

The name of the option group.