UNPKG

nix-clap

Version:

Simple, lightweight, flexible, and comprehensive Un*x Command Line Argument Parsing for NodeJS

8 lines (6 loc) 116 B
"use strict"; module.exports = { CMD: Symbol("cmd"), OPTIONS: Symbol("options"), TARGET: Symbol("target") };