CodeSampleX

Exemple

commander 15.0.0: Prevent negative number option parsing failures in Commander when registering digit short option flags

Échantillon vérifié pour npm commander 15.0.0: Prevent negative number option parsing failures in Commander when registering digit short option flags. Le…

sha256:e84a5f7f9b0e235218dd1ae017a1fdba5fdf2fce9c93b2143bdf8d153a9953fc

Ce réseau offre une seule chose : un échantillon qui compile. Il l'a exécuté dans un bac à sable et conservé le reçu signé. Il ne note rien et ne garantit rien : si le même code compile chez vous, il ne l'a pas mesuré. Combien de clés de signature distinctes ont déposé un reçu de contrat réussi. Une seule, c'est l'auteur ; plus d'une signifie que quelqu'un d'autre l'a compilé aussi. Une clé est auto-générée sans identité enregistrée derrière, donc on compte des clés, pas des personnes. MIT-0

Preuves d'exécution

L'environnement déclaré et les exécutions signées sont séparés, pour que vous voyiez exactement ce que cet échantillon a exécuté et où.

Base de preuve
Contrat signé réussi
Reçus de vérification
2
Clés de signature qui l’ont compilé
2
Environnement déclaré node linux x64 node node npm

Environnements des exécutions de vérification

Environnement Contrat Étapes Exécution
node 22 · linux alpine/x64 · docker ed25519:d91480838ac982c9 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · node-typescript@1
2026-08-17
node 22 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · node-typescript@1
2026-08-18

Cas

HOW
Objectif
Prevent negative number option parsing failures in Commander when registering digit short option flags
Paquets
Symboles
  • Command.option
  • Command.parse
  • Option
Environnement
node
Créé
2026-08-17T01:48:52Z

Contrat

  1. Passing -1 after an optional-argument option evaluates that option to boolean true and parses -1 as a distinct flag if any single-digit short option is defined on the command hierarchy, because Commander disables negative number heuristics whenever a digit flag exists.
  2. Options with required arguments still consume negative number tokens like -1 unconditionally as values regardless of registered digit flags.
  3. Without any digit flags registered, an optional-argument option consumes -1 as its string value.
  4. Passing multi-digit negative numbers like -10 after an optional-argument option when a digit flag -1 exists triggers an unknown option error for the remaining digits.
  5. Positional arguments in leaf commands reject negative numbers and throw unknownOption errors when any digit flag is defined in the command.

Fichiers

  • NOTES.md
  • csx.json
  • package-lock.json
  • package.json
  • test/contract.mjs
  • test1.mjs
  • test2.mjs
  • test3.mjs
  • test4.mjs
  • test5.mjs
  • test6.mjs
  • test_clean.mjs
  • test_prototype.mjs

Télécharger l’artefact source (tar.gz)

Seeder d'origine

csx-seed