class flagErrors.MissingValue
extends FlagError
import { flagErrors } from "https://deno.land/x/args@2.1.1/index.ts";
const { MissingValue } = flagErrors;
FlagError
class for when an option flag being specified without a value
x/args/index.ts>flagErrors.MissingValue
import { flagErrors } from "https://deno.land/x/args@2.1.1/index.ts";
const { MissingValue } = flagErrors;
FlagError
class for when an option flag being specified without a value