import { isOption } from "https://deno.land/x/cliffy@v0.8.0/packages/flags/lib/flags.ts";
Check if option has name or alias.
Parameters
option: IFlagOptions
The option to check.
import { isOption } from "https://deno.land/x/cliffy@v0.8.0/packages/flags/lib/flags.ts";
Check if option has name or alias.
The option to check.