• Home
  • Raw
  • Download

Lines Matching defs:strict

9   const result = parseArgs({ strict: false, args });  property
16 const result = parseArgs({ strict: false, args }); property
49 const result = parseArgs({ strict: false, args, options }); property
57 const result = parseArgs({ strict: false, args, options }); property
65 const result = parseArgs({ strict: false, args, options }); property
74 const result = parseArgs({ strict: false, args, options }); property
82 const result = parseArgs({ strict: false, args, options }); property
90 const result = parseArgs({ strict: false, args, options }); property
98 const result = parseArgs({ strict: false, args, options }); property
112 const result = parseArgs({ strict: false, args }); property
119 const result = parseArgs({ strict: false, args }); property
142 const result = parseArgs({ strict: false, args, options }); property
219 const result = parseArgs({ strict: false }); property
233 const result = parseArgs({ strict: false }); property
247 const result = parseArgs({ strict: false }); property
261 const result = parseArgs({ strict: false }); property
274 const result = parseArgs({ strict: false }); property
291 const result = parseArgs({ strict: false, args, options }); property
302 const result = parseArgs({ strict: false, args, options }); property
309 assert.throws(() => { parseArgs({ strict: false, allowPositionals: false, args, options }); }, { property
460 const result = parseArgs({ args, options, strict: false }); property
469 const result = parseArgs({ args, options, strict: false }); property
479 const result = parseArgs({ args, options, strict: true }); property
488 const result = parseArgs({ args, options, strict: true }); property
587 const { tokens } = parseArgs({ strict: false, args, tokens: true }); property
597 const { tokens } = parseArgs({ strict: false, args, tokens: true }); property
610 const { tokens } = parseArgs({ strict: true, args, options, tokens: true }); property
623 const { tokens } = parseArgs({ strict: true, args, options, tokens: true }); property
633 const { tokens } = parseArgs({ strict: false, args, tokens: true }); property
643 const { tokens } = parseArgs({ strict: false, args, tokens: true }); property
655 const { tokens } = parseArgs({ strict: false, args, tokens: true }); property
669 const { tokens } = parseArgs({ strict: false, allowPositionals: true, args, tokens: true }); property
684 …const { tokens } = parseArgs({ strict: true, allowPositionals: true, args, options, tokens: true }… property
697 const { tokens } = parseArgs({ strict: true, args, options, tokens: true }); property
710 const { tokens } = parseArgs({ strict: false, args, options, tokens: true }); property
725 …const { tokens } = parseArgs({ strict: true, allowPositionals: true, args, options, tokens: true }… property
740 …const { tokens } = parseArgs({ strict: true, allowPositionals: true, args, options, tokens: true }… property
750 const { tokens } = parseArgs({ strict: false, args, tokens: true }); property
763 const { tokens } = parseArgs({ strict: false, args, options, tokens: true }); property
781 …const { tokens } = parseArgs({ strict: true, allowPositionals: true, args, options, tokens: true }… property
799 …const { tokens } = parseArgs({ strict: true, allowPositionals: true, args, options, tokens: true }… property
813 const { tokens } = parseArgs({ strict: false, args, options, tokens: true }); property
823 const { tokens } = parseArgs({ strict: false, args, tokens: true }); property