import { type Deno } from "https://deno.land/x/xdg@v10.5.1/vendor/types/deno.d.ts";
const { RunOptions } = Deno;
Properties
cmd: string[] | [URL, ...string[]]
Arguments to pass. Note, the first element needs to be a path to the binary
import { type Deno } from "https://deno.land/x/xdg@v10.5.1/vendor/types/deno.d.ts";
const { RunOptions } = Deno;
Arguments to pass. Note, the first element needs to be a path to the binary