Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function validateCommandLineArgument
import { validateCommandLineArgument } from "https://deno.land/x/documentaly@0.3.4/utilities/command-line-arguments/validate-command-line-argument.ts";

validate command line argument

input is expected below.

type commandLineArgument = {
  command: Command;
  helpFlag: boolean; // -h
}

Parameters

input: unknown