UNPKG

@alexbosworth/caporal

Version:

A full-featured framework for building command line applications (cli) with node.js

10 lines (8 loc) 240 B
"use strict"; exports.INTEGER = exports.INT = 1 << 0; exports.FLOAT = 1 << 1; exports.BOOL = exports.BOOLEAN = 1 << 2; exports.STRING = 1 << 3; exports.LIST = exports.ARRAY = 1 << 4; exports.REPEATABLE = 1 << 5; exports.REQUIRED = 1 << 6;