import { Command } from "https://deno.land/x/lume@v1.18.4/deps/cliffy.ts";
Disable parsing arguments. If enabled the raw arguments will be passed to the action handler. This has no effect for parent or child commands. Only for the command on which this method was called.