import { Command } from "https://deno.land/x/cliffy@v0.19.0/command/mod.ts";
Set command arguments:
requiredArg:string [optionalArg: number] [...restArgs:string]
import { Command } from "https://deno.land/x/cliffy@v0.19.0/command/mod.ts";
Set command arguments:
requiredArg:string [optionalArg: number] [...restArgs:string]