Home Reference Source Test Repository

Variable

Static Public Summary
public

The regular expression used to parse arguments.

public

Possible types for Options.

Static Public

public ArgRegExp: RegExp source

import {ArgRegExp} from '@ls-age/args-parser/src/Parser.js'

The regular expression used to parse arguments.

public OptionType: Object source

import {OptionType} from '@ls-age/args-parser/src/Option.js'

Possible types for Options.

Properties:

NameTypeAttributeDescription
Boolean string

Boolean option type.

String string

String option type.

Number string

Number option type.