-
### Related problem
Imagine I want to define new commands that are actually subcommands for non-existing command
```nu
def 'service start' () {}
def 'service stop' () {}
```
Calls to `serv…
-
## My urfave/cli version is
_**v2.27.1**_
## Checklist
- [x] Are you running the latest v2 release? The list of releases is [here](https://github.com/urfave/cli/releases).
- [x] Did you chec…
-
**Description**
Currently , the Docker prune commands does not take `reference` into account when filtering. I have tested with the volume and image subcommands, there may be others.
Other subc…
-
It's often useful to run custom subcommands for another target, such as `asm`, `deb`, or others. Since we can't necessarily enumerate every subcommand, there's a few solutions I see:
1. Create an e…
-
If you add a command with /cb add some work but player commands dont really like if you add gamemode creative you wont be set to creative but weather clear or something like that works because I think…
-
### Description
It all consists of the ability to modify the suggestions of subcommands... like to suggest some of them only instead of every single one that is provided.
### Expected code
_No resp…
-
Self explanatory...
Allows these types of commands:
/command players add test
/command players remove test
While only registering `players add` and `players remove` as subcommands... Would pro…
-
I'm sure this idea has mentioned in several different places but I couldn't find an issue that collects all stage related commands under `dvc stage`
The following commands may be renamed:
- ˋdvc…
-
Currently, only one subcommand can understand -h option, all nested subcommand shows same help as help of first subcommand, i.e. output of
```
main subcommand -h
```
and
```
main subcommand nest…
-
Maintainer's notes
- We hope #1334 will provide a way to resolve this. This is being left open to ensure this use case isn't lost in case a minimum or full solution doesn't include this
---
### Ru…