Skip to main content
Module

x/cliffy/mod.ts>Command#group

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
method Command.prototype.group
Re-export
import { Command } from "https://deno.land/x/cliffy@v0.25.1/mod.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.