method Command.prototype.logimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.11.1/mod.ts"; log(...args: any[])Write line to stdout. Parameters...args: any[]Data to write to stdout.