import { Command } from "https://dotland.deno.dev/x/cliffy@v0.15.0/command/mod.ts";
If enabled, all arguments starting from the first non option argument will be interpreted as raw argument.
For example:
command --debug-level warning server --port 80
Will result in:
- options: {debugLevel: 'warning'}
- args: ['server', '--port', '80']