Home
last modified time | relevance | path

Searched refs:allow_extra_args (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/cli11/CLI11-2.1.2/tests/
H A DOptionalTest.cpp84 app.add_option("-v,--vec", opt)->expected(0, 3)->allow_extra_args();
274 …p.add_option<decltype(opt), std::vector<int>>("-v,--vec", opt)->expected(0, 3)->allow_extra_args();
294 app.add_option_no_stream("-v,--vec", opt)->expected(0, 3)->allow_extra_args();
/dports/devel/py-click6/click-6.7/click/
H A Dcore.py197 resilient_parsing=False, allow_extra_args=None, argument
253 if allow_extra_args is None:
254 allow_extra_args = command.allow_extra_args
259 self.allow_extra_args = allow_extra_args
578 allow_extra_args = False variable in BaseCommand
882 if args and not ctx.allow_extra_args and not ctx.resilient_parsing:
921 allow_extra_args = True variable in MultiCommand
1084 allow_extra_args=True,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/click/
H A Dcore.py197 resilient_parsing=False, allow_extra_args=None, argument
253 if allow_extra_args is None:
254 allow_extra_args = command.allow_extra_args
259 self.allow_extra_args = allow_extra_args
578 allow_extra_args = False variable in BaseCommand
882 if args and not ctx.allow_extra_args and not ctx.resilient_parsing:
921 allow_extra_args = True variable in MultiCommand
1084 allow_extra_args=True,
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/click/
H A Dcore.py216 resilient_parsing=False, allow_extra_args=None, argument
272 if allow_extra_args is None:
273 allow_extra_args = command.allow_extra_args
278 self.allow_extra_args = allow_extra_args
598 allow_extra_args = False variable in BaseCommand
942 if args and not ctx.allow_extra_args and not ctx.resilient_parsing:
982 allow_extra_args = True variable in MultiCommand
1155 allow_extra_args=True,
H A D_bashcomplete.py111 allow_extra_args=True,
/dports/www/firefox/firefox-99.0/third_party/python/click/click/
H A Dcore.py256 allow_extra_args=None, argument
318 if allow_extra_args is None:
319 allow_extra_args = command.allow_extra_args
324 self.allow_extra_args = allow_extra_args
654 allow_extra_args = False variable in BaseCommand
1050 if args and not ctx.allow_extra_args and not ctx.resilient_parsing:
1093 allow_extra_args = True variable in MultiCommand
1280 allow_extra_args=True,
H A D_bashcomplete.py139 allow_extra_args=True,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/Click/click/
H A Dcore.py216 resilient_parsing=False, allow_extra_args=None, argument
272 if allow_extra_args is None:
273 allow_extra_args = command.allow_extra_args
278 self.allow_extra_args = allow_extra_args
598 allow_extra_args = False variable in BaseCommand
942 if args and not ctx.allow_extra_args and not ctx.resilient_parsing:
982 allow_extra_args = True variable in MultiCommand
1155 allow_extra_args=True,
H A D_bashcomplete.py111 allow_extra_args=True,
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/Click/click/
H A Dcore.py216 resilient_parsing=False, allow_extra_args=None, argument
272 if allow_extra_args is None:
273 allow_extra_args = command.allow_extra_args
278 self.allow_extra_args = allow_extra_args
598 allow_extra_args = False variable in BaseCommand
942 if args and not ctx.allow_extra_args and not ctx.resilient_parsing:
982 allow_extra_args = True variable in MultiCommand
1155 allow_extra_args=True,
H A D_bashcomplete.py111 allow_extra_args=True,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/Click/click/
H A Dcore.py216 resilient_parsing=False, allow_extra_args=None, argument
272 if allow_extra_args is None:
273 allow_extra_args = command.allow_extra_args
278 self.allow_extra_args = allow_extra_args
598 allow_extra_args = False variable in BaseCommand
942 if args and not ctx.allow_extra_args and not ctx.resilient_parsing:
982 allow_extra_args = True variable in MultiCommand
1155 allow_extra_args=True,
H A D_bashcomplete.py111 allow_extra_args=True,
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/click/
H A Dcore.py256 allow_extra_args=None, argument
318 if allow_extra_args is None:
319 allow_extra_args = command.allow_extra_args
324 self.allow_extra_args = allow_extra_args
654 allow_extra_args = False variable in BaseCommand
1050 if args and not ctx.allow_extra_args and not ctx.resilient_parsing:
1093 allow_extra_args = True variable in MultiCommand
1280 allow_extra_args=True,
H A D_bashcomplete.py139 allow_extra_args=True,
/dports/devel/py-click7/click-7.1.2/src/click/
H A Dcore.py256 allow_extra_args=None, argument
318 if allow_extra_args is None:
319 allow_extra_args = command.allow_extra_args
324 self.allow_extra_args = allow_extra_args
654 allow_extra_args = False variable in BaseCommand
1050 if args and not ctx.allow_extra_args and not ctx.resilient_parsing:
1093 allow_extra_args = True variable in MultiCommand
1280 allow_extra_args=True,
H A D_bashcomplete.py139 allow_extra_args=True,
/dports/devel/py-distributed/distributed-2021.11.2/distributed/
H A Dpreloading.py68 ctx = click.Context(preload_command, allow_extra_args=False)
182 "dask_setup", self.argv, allow_extra_args=False
/dports/devel/py-click/click-8.0.3/src/click/
H A Dcore.py267 allow_extra_args: t.Optional[bool] = None,
335 if allow_extra_args is None:
336 allow_extra_args = command.allow_extra_args
342 self.allow_extra_args = allow_extra_args
441 "allow_extra_args": self.allow_extra_args,
832 allow_extra_args = False variable in BaseCommand
1372 if args and not ctx.allow_extra_args and not ctx.resilient_parsing:
1458 allow_extra_args = True variable in MultiCommand
1681 allow_extra_args=True,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/
H A Dcli.py280 context_settings=dict(ignore_unknown_options=True, allow_extra_args=True),
553 context_settings=dict(ignore_unknown_options=True, allow_extra_args=True),
617 allow_extra_args=True,
642 context_settings=dict(ignore_unknown_options=True, allow_extra_args=True),
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/click/click/
H A Dcore.pyi43 allow_extra_args: bool
65 allow_extra_args: Optional[bool] = ...,
93 allow_extra_args: bool
/dports/devel/py-types-click/types-click-7.1.8/click-stubs/
H A Dcore.pyi28 allow_extra_args: bool
50 allow_extra_args: bool | None = ...,
78 allow_extra_args: bool
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/click/
H A Dcore.pyi58 allow_extra_args: bool
81 allow_extra_args: Optional[bool] = ...,
140 allow_extra_args: bool
/dports/devel/cli11/CLI11-2.1.2/book/chapters/
H A Doptions.md139 | `->allow_extra_args()` | Allow extra argument values to be included when an option is passed. Ena…
227 …single string. The Expected size is also set to 1 by default, and `allow_extra_args` is set to fa…
243 …mber can be very big. The default for a vector is (1<<30), and the allow_extra_args is set to tru…
250 … size is now 3. and the expected max is set to a large number and `allow_extra_args` is set to tr…
275 …`type_size(Nmin, Nmax)`, `expected(N)`, `expected(Nmin,Nmax)`, and `allow_extra_args()` can be use…
/dports/devel/py-typer/typer-0.4.0/docs/tutorial/commands/
H A Dcontext.md108 … parameters* not declared in your CLI program with `ignore_unknown_options` and `allow_extra_args`.

12