-
The following code won't compile:
```
#[config]
#[derive(clap::Parser, Debug, Default)]
pub struct FrameworkConfig {
#[command(flatten)]
#[serde(skip)]
pub app_args: AppArgsT,
…
-
In slash's documentation, there is an example for the usage of `PluginInterface` `configure_argument_parser` and `configure_from_parsed_args` methods for allow passing command-line arguments for a plu…
-
# Feature Request
Hi, I just started working on PHPStan 2.0 which will come with PHP-Parser 5. These are early days of the development, but you can already require `phpstan/phpstan:^2.0` (with mini…
-
maybe related #114
I cannot find where I can add command line arguments to the R script file itself rather than R itself, to debug a script file using `argparse`, this feature is needed
-
While working on https://github.com/commercialhaskell/path/pull/192 I noted that it might be helpful to have a separate type for a path component for some use cases. Since we have the nice AFPP-style…
mmhat updated
4 months ago
-
**Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**
![…
-
When we pass some no ascii characters it will raise error with URI::InvalidURIError
example:
```
Model.new(url:"\u201C").valid?
ArgumentError: wrong number of arguments (given 3, expected 1..2…
-
GraalEneyj is getting closer to calling the native Z56/negate function, but the issue I’m encountering now is a little odd. The native (non-code) implementation of Z56/negate looks like this:
```js…
-
Example: https://github.com/tc39/test262/blob/8f904d8cc8be19f4b3d0ed0dd88a657eb03b45ce/implementation-contributed/v8/mjsunit/arguments-apply-deopt.js#L53
We'll probably need to edit src/lex.cpp and…
-
Hi there,
I have a use-case where I want to let a program consume arguments until a positional one. Arguments after any positional should be consumed by another parser with different options.
As f…