import { values } from "https://deno.land/x/args@2.1.0/index.ts";
const { Choice } = values;
Create type and parser of choice (union)
Parameters
...choices: { readonly value: Value; readonly describe?: string; }[]
Choices to make
import { values } from "https://deno.land/x/args@2.1.0/index.ts";
const { Choice } = values;
Create type and parser of choice (union)
Choices to make