2.0.3 • Published 12 days ago

@teamteanpm2024/quisquam-aperiam-illo v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
12 days ago

@teamteanpm2024/quisquam-aperiam-illo Version Badge

github actions coverage License Downloads

npm badge

parse argument options

This module is the guts of optimist's argument parser without all the fanciful decoration.

example

Example files: example/parse.js (CJS) / example/parse.mjs (ESM)

// for CJS
const argv = require('@teamteanpm2024/quisquam-aperiam-illo')(process.argv.slice(2));

// for ESM
// import @teamteanpm2024/quisquam-aperiam-illo from '@teamteanpm2024/quisquam-aperiam-illo';
// const argv = @teamteanpm2024/quisquam-aperiam-illo(process.argv.slice(2));
console.log(argv);
$ node example/parse.js -a beep -b boop
{ _: [], a: 'beep', b: 'boop' }
$ node example/parse.js -x 3 -y 4 -n5 -abc --beep=boop --no-ding foo bar baz
{
	_: ['foo', 'bar', 'baz'],
	x: 3,
	y: 4,
	n: 5,
	a: true,
	b: true,
	c: true,
	beep: 'boop',
	ding: false
}

methods

const parseArgs = require('@teamteanpm2024/quisquam-aperiam-illo');

const argv = parseArgs(args, opts={})

Return an argument object argv populated with the array arguments from args.

argv._ contains all the arguments that didn't have an option associated with them.

Numeric-looking arguments will be returned as numbers unless opts.string or opts.boolean contains that argument name. To disable numeric conversion for non-option arguments, add '_' to opts.string.

A negated argument of the form --no-foo returns false for option foo.

Any arguments after '--' will not be parsed and will end up in argv._.

options can be:

  • opts.string - a string or array of strings argument names to always treat as strings
  • opts.boolean - a boolean, string or array of strings to always treat as booleans. if true will treat all double hyphenated arguments without equal signs as boolean (e.g. affects --foo, not -f or --foo=bar)
  • opts.alias - an object mapping string names to strings or arrays of string argument names to use as aliases
  • opts.default - an object mapping string argument names to default values
  • opts.stopEarly - when true, populate argv._ with everything after the first non-option
  • opts['--'] - when true, populate argv._ with everything before the -- and argv['--'] with everything after the --. Here's an example:

    > require('./')('one two three -- four five --six'.split(' '), { '--': true })
    {
      _: ['one', 'two', 'three'],
      '--': ['four', 'five', '--six']
    }

    Note that with opts['--'] set, parsing for arguments still stops after the --.

  • opts.unknown - a function which is invoked with a command line parameter not defined in the opts configuration object. If the function returns false, the unknown option is not added to argv.

install

With npm do:

npm install @teamteanpm2024/quisquam-aperiam-illo

license

MIT

metadatavalidationremovedefineReactiveXshelljsxincludesstablexhrfast-clonesomeassertsinferenceconcatreact animationObservablesframeworkgetPrototypeOffile systemvalidatorqueueMicrotaskconstvaluesform-validationyamlArray.prototype.containsa11ytrimRightutilsconfigurablemrues2016configestreejsdomlesscryptassertionECMAScript 2017groupByregexpjapanesecall-bindRegExp#flagshooksstatelessjQuerycall-boundpropertydayjsquotesettermatchAllgradients css3colorsidleairbnbpositiveECMAScript 2020functionslinewrapprogressObservableside$.extendpyyamlescapeencryptionimmutablemakespinnerssearchupconcurrencyenumerableuuidpoint-freeprivatecolourwatch6to5rateES2016ES7class-validatorwarningnumberfunctionlengthreact posepreprocessorcollection.es6interruptsBigInt64ArraylastratelimitFunction.prototype.namebanneropenerPushES5typesafereact-testing-librarygraphqlprettyjson-schema-validatorutilitytrimStartpushprotobufbindtypeerrorcharactersfastclonecensorexpressionwhatwgdescriptorpnpm9testersigintbyteLengthBigUint64Arrayxdg-openparseloggingchineseCSSStyleDeclarationequalchromiumdirshrinkwrapformsymlinkString.prototype.matchAllguidtypeArray.prototype.findLasteverydragredux-toolkitparentcompilerpopmotionstylesheetbuffersiterateECMAScript 7slotshimwatchernpmenvsymlinksrequirees6websiteschemavarweakmappatchchaieventDispatchersanitizepackage managerUint16Arraythreedataviewthroatfigletspeedshebanges5argumentutilstringifystyled-componentschildtslibasyncutil.inspectcalllaunchauthes2018serializerinputkeysfast-deep-copylintstatuswindowsio-tses-shimseventstypanioncopyTypedArraysharedimportmulti-packagebabelcallboundtypedarraysmimeassertargsfseventscommandertoSortedfindLastIndexomitECMAScript 2015columntranspileopenemojibabel-coreWeakSetformatlimitedMicrosoftoptimizerrmdirUint8ClampedArraystyleguideelectronruntimeWeakMapdeleterm -rffindfetchindicatorautoprefixerstarterapiless compilerhasquerystringsequenceparentssafeflattenajvfastenderiteratorcacheenvironmentcmdlook-upObject.getPrototypeOfhandlersintrinsicRxirqbytePromiseReflect.getPrototypeOfresolvehookformcorsfilterESnextstylesvestextensionspecshamArrayBuffer#sliceglobnamessanitizationstringonceexit-codevalidatebundlingpluginreadablestreamlazyapparraybufferlesscssfast-deep-clonepromisesbreakJSON-SchemaES2022arktypestreamsprocesssetPrototypeOfmatchpersistentfantasy-landdatakoreaninstallworkspace:*texteslintconfigjavascriptponyfillURLxtermAsyncIteratorrgbloggerbatchpromisespringECMAScript 2022editorpackage.jsonprefixrmmkdirmoduleswhichhelpersexecutableargparseCSSesstylingECMAScript 2023ES2019classeswgetprotocol-buffersECMAScript 2019pipeES2023domfullexectyped arrayhttpmatchesreducecollectionaccessormixinsinspectURLSearchParamslinkurlscoreSymbolInt32ArraypackageoffsetlookqueryawaitObject.definePropertytaskES2015callbindtouchnegativeimmercore-jskeywatchingESES2020Array.prototype.filternativeisConcatSpreadableArrayjsdiffJSONfunctionaljsonschemaECMAScript 2018toolsfullwidthdeep-cloneoperating-systempruneargvObject.issigtermargumentstypescriptmodulesymbolcss nestingUnderscoreECMAScript 6harmonyreadramdapurelinuxeslintisECMAScript 5objsignalsFloat64ArraythrottlefindLastefficienttostringtagtranspileri18nprototypedescriptorsdebuggeres2015robustgetoptmapsetfileeslint-pluginajaxletsortedreact-hookslanguagegetintrinsiccompile lesscodesArray.prototype.flattencsses8wordwrapdropstreampropertiesdotenvRxJSgradients csscompareinstallermomentdom-testing-libraryInt16Arraygdprreducertacitwaapiregular expressionwebserialize-0karmatapless mixinsfindupes-shim APIcoerciblestructuredCloneES2017typescolumnsdirectorypropObject.keysiterationflatwaitequality256fixed-widthartArray.prototype.findLastIndex
2.0.3

12 days ago

1.0.2

14 days ago

2.0.2

13 days ago

1.0.1

15 days ago

1.0.0

15 days ago