-
## 🐛 Bug report
No way of selecting a subtype from a union type.
When adding an argument which is a union of two types there seems to be no direct way of specifying the desired type to be p…
-
### Description
So far, one can use multiple options only, and in a very verbose way
```
bin/cake my_command --option-list=x --option-list=y --option-list=z
```
and
```php
$args->getMultipleO…
-
**Describe the feature**
Adding an argument parser to its initial functionality.
**Motivation**
As some might want to automate the steps to create label files, It'd be handy to be able to execute…
-
### Description
`mv_sort` and `top` use "asc"/"desc" as constants for one of their parameters. These are very fragile and could easily lead to hard-to-debug issues.
Case in question: `top` should im…
-
Hi, first of all, thank you for making such a great library! I just wanted to talk about a minor inconvinence I've encounter, I wonder whether is there any way to resolve it.
In the following code, I…
-
I have a command that can be invoked like so:
```
my_command --foo=bar "first_arg" "second_arg"
```
(first_arg and second_arg are arbitrary strings)
My parser definition looks like this:
…
-
### Terraform CLI Version
1.9.4
### Terraform Provider Version
0.95.0
### Terraform Configuration
```terraform
resource "snowflake_function" "TEST_PARSER_SQL_DECIMAL_FUNC_N" {
database = local…
-
![Screenshot_2024-11-01-00-43-17-67_40deb401b9ffe8e1df2f1cc5ba480b12](https://github.com/user-attachments/assets/ce38763b-4e73-4ade-b768-9d0518a63b59)
The nav bar is not visible and also the animatio…
-
There is a module that can make arguments autocomplete
```python
import argparse
import argcomplete
from argcomplete.completers import ChoicesCompleter
def main():
parser = argparse.ArgumentPars…
-
I've tried add comment covarege but no comment with report was generated. At workflow debugger i've find this output...
```console
Run pytest --junitxml=pytest.xml --cov-report=term-missing:skip-c…