import { Command } from "https://deno.land/x/cliffy@v1.0.0-rc.2/command/command.ts";
Disable inheriting global commands, options and environment variables from parent commands.
x/cliffy/command/command.ts>Command#noGlobals
import { Command } from "https://deno.land/x/cliffy@v1.0.0-rc.2/command/command.ts";
Disable inheriting global commands, options and environment variables from parent commands.