Closed
Description
opened on Oct 15, 2022
minimist doesn't handle correctly:
-a=b=c
{ _: [], a: 'b' }
yargs-parser does handle correctly
-a=b=c
{ _: [], a: 'b=c' }
Spawned from: #2 (comment)
Metadata
Assignees
Labels
No labels
-a=b=c
{ _: [], a: 'b' }
-a=b=c
{ _: [], a: 'b=c' }
Spawned from: #2 (comment)
Activity