Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICommandValidatorResponse

Syntax validator response. TODO - In the future, when we supply an the ability to override/extend the SyntaxValidator, we should change the TODO - validator from printing the syntax errors itself to returning an object with a structured error list.

export
interface

ICommandValidatorResponse

Hierarchy

  • ICommandValidatorResponse

Index

Properties

Properties

valid

valid: boolean

Indicates if the syntax/parameters supplied by the user were valid.

memberof

ICommandValidatorResponse

Generated using TypeDoc