Skip to main content
Module

x/scaffold/src/deps/cli.ts>Command#group

scaffold your next project with style and 💗
Latest
method Command.prototype.group
Re-export
import { Command } from "https://deno.land/x/scaffold@0.3.0/src/deps/cli.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.