Static Method Summary
| Static Public Methods | ||
| public static |
Shorthand to create an Option with type boolean. |
|
| public static |
Shorthand to create an Option with type string. |
|
Constructor Summary
| Public Constructor | ||
| public |
constructor(desc: string, options: Object) Creates a new Option based on a description and some options. |
|
Static Public Methods
public static boolean(desc: string, options: Object): Option source
Shorthand to create an Option with type boolean.
