import { type IVersionHandler } from "https://deno.land/x/cliffy@v0.19.0/command/types.ts";
Version callback method to print the version. Invoked by the --help
option command and the .getVersion()
and .showHelp()
method's.
x/cliffy/command/types.ts>IVersionHandler
import { type IVersionHandler } from "https://deno.land/x/cliffy@v0.19.0/command/types.ts";
Version callback method to print the version. Invoked by the --help
option command and the .getVersion()
and .showHelp()
method's.