-
`sort_by` currently only supports ascending sorts. The following allows descending sorts:
_For README.md_:
```
### Usage of `sort_by`
The `sort_by` command also takes a [function argument](#a…
-
I'm using variable artity:
```shell
final Argument violationsArg =
stringArgument("--violations", "-v")
.variableArity()
.repeated()
.description(…
-
## 🚀 Feature request
Provide an api like `parser.resolve_omegaconf(...)` to manually trigger the resolving on omegaconf node values.
### Motivation
Current omegaconf mode has some…
-
Hello,
I've lately designed a [backup program](https://github.com/netinvent/npbackup) which works both with a CLI and a GUI, working on both linux and windows.
The idea is to have a GUI when runni…
-
Hi,
I'm trying to use Gooey with python-fire and am having trouble with required (positional) arguments. It seems that Gooey is always passing positional arguments at the end of command line after …
-
# Description
`argparse` is a parser for command-line options, arguments, and sub-command.
Read Docs: https://docs.python.org/3/library/argparse.html
Currently, `argparse` is used as command line …
-
(venv) PS C:\Users\Vikram Chowdhury\Desktop\wagtail_crm_react\Django-CRM> python .\manage.py createsuperuser
Traceback (most recent call last):
File "C:\Users\Vikram Chowdhury\Desktop\wagtail_crm_…
-
Hi,
thanks for the code source. I downloaded the files and saved them in the same folder, but when trying to run the Python scripts, I get an error.
The error is in any file where the code is va…
-
**Is your feature request related to a problem? If so, please describe.**
#1584 introduced wildcards for filenames. This comes in handy, since it allows writing the main code independent from the bac…
-
If the following scheme is used and arguments are specified both in a config-file and from command line
the correct priority is not always followed.
E.g. if we specify --testarg in the config-file an…