Lines Matching defs:with
457 const options = { with: { type: 'string', short: 'w' } }; property
458 const expectedResult = { values: { __proto__: null, with: value }, positionals: [] }; property
466 const options = { with: { type: 'string', short: 'w' } }; property
467 const expectedResult = { values: { __proto__: null, with: value }, positionals: [] }; property
476 const options = { with: { type: 'string' } }; property
477 const expectedResult = { values: { __proto__: null, with: 'abc' }, positionals: [] }; property
485 const options = { with: { type: 'string' } }; property
486 const expectedResult = { values: { __proto__: null, with: '-' }, positionals: [] }; property
494 const options = { with: { type: 'string' } }; property
505 const options = { with: { type: 'string' } }; property
516 const options = { with: { type: 'string' } }; property
527 const options = { with: { type: 'string' } }; property
538 const options = { with: { type: 'string', short: 'w' } }; property
548 const options = { with: { type: 'string' } }; property
558 const options = { with: { type: 'string', short: 'w' } }; property
574 const options = { with: { type: 'string', short: 'w' } }; property