import { Command } from "https://deno.land/x/lume@v1.18.4/deps/cliffy.ts";
Don't throw an error if the command was called without arguments.
Parameters
optional
allowEmpty: TAllowEmptyEnable/disable allow empty.
Returns
false extends TAllowEmpty ? this : Command<Partial<TParentCommandGlobals>, TParentCommandTypes, Partial<TCommandOptions>, TCommandArguments, TCommandGlobals, TCommandTypes, TCommandGlobalTypes, TParentCommand>