Skip to content

Struct WshShellOption_Ctx_t

ClassList > WshShellOption_Ctx_t

Option usage context during parsing. More...

  • #include <wsh_shell_option.h>

Public Attributes

Type Name
const WshShellOption_t * Option
WshShell_Bool_t ParseError
WshShell_Size_t TokenPos

Detailed Description

Used internally to reference which token matched which option.

Public Attributes Documentation

variable Option

const WshShellOption_t* WshShellOption_Ctx_t::Option;

Pointer to matched option.


variable ParseError

WshShell_Bool_t WshShellOption_Ctx_t::ParseError;

True when an unknown option token was encountered.


variable TokenPos

WshShell_Size_t WshShellOption_Ctx_t::TokenPos;

Position of the matching token in command line.



The documentation for this class was generated from the following file src/wsh_shell_option.h