Home
last modified time | relevance | path

Searched defs:positionals (Results 1 – 11 of 11) sorted by relevance

/third_party/node/test/parallel/
Dtest-parse-args.mjs8 const expected = { values: { __proto__: null, f: true }, positionals: [] }; property
15 const expected = { values: { __proto__: null, f: true }, positionals: [ 'bar' ] }; property
23 const expected = { values: { __proto__: null, f: 'bar' }, positionals: [] }; property
31 const expected = { values: { __proto__: null, foo: true }, positionals: [] }; property
40 const expected = { values: { __proto__: null, foo: 'bar' }, positionals: [] }; property
48 const expected = { values: { __proto__: null, f: true }, positionals: [] }; property
56 const expected = { values: { __proto__: null, r: true, f: true }, positionals: [] }; property
64 const expected = { values: { __proto__: null, r: true, f: true }, positionals: ['foo'] }; property
73 const expected = { values: { __proto__: null, r: true, v: true, f: 'foo' }, positionals: [] }; property
81 const expected = { values: { __proto__: null, r: true, f: true, foo: 'foo' }, positionals: [] }; property
[all …]
/third_party/rust/crates/clap/tests/builder/
Dmain.rs37 mod positionals; module
Denv.rs188 fn positionals() { in positionals() function
Ddefault_vals.rs77 fn positionals() { in positionals() function
/third_party/rust/crates/clap/clap_complete/src/shells/
Dzsh.rs325 let positionals = write_positionals_of(parent); localVariable
/third_party/node/lib/internal/util/parse_args/
Dparse_args.js352 positionals: [], property
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/
Dindex.js357 positionals: [], property
/third_party/node/deps/npm/node_modules/jackspeak/dist/mjs/
Dindex.js304 positionals: [], property
/third_party/node/deps/npm/node_modules/jackspeak/dist/cjs/
Dindex.js312 positionals: [], property
/third_party/node/deps/npm/node_modules/jackspeak/dist/esm/
Dindex.js321 positionals: [], property
/third_party/node/deps/npm/node_modules/jackspeak/dist/commonjs/
Dindex.js329 positionals: [], property