import { Command } from "https://deno.land/x/lume@v1.18.4/deps/cliffy.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.