method Command.prototype.executeExecutableimport { Command } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/cliffy.ts"; executeExecutable(args: string[])Execute external sub-command. Parametersargs: string[]Raw command line arguments.