-
Hello,
I think about adding subfields into `ord.yaml` file for subcommands options'.
Maybe something like this:
```
wallet: {
name: "MyWallet",
no-sync: false
}
```
I don't kn…
-
**Is your feature request related to a problem? Please describe.**
NO
**Describe the solution you'd like**
Currently flashing firmware with resotre on windows requires libusb to be installed, sho…
-
I'm interested in adding a new set of subcommands like:
* `context create`
* `context update`
* `context delete`
* `context list`
But I would like to solicit input of how the inputs should be s…
-
This solves the last remaining blocker for #16270, which was proving tricky to find a satisfactory solution to.
What users experience right now is these subcommands being provided via a single bina…
-
![image.png](https://raw.githubusercontent.com/yeozongyao/pe/main/files/3f606161-546f-47c8-a3a9-506dfe46659f.png)
After adding a name, I decided I wanted to not add the name, however, I do not have …
-
### Proposed Functionality
We would like to have tasks listed based on a search query (e.g. assigned to me, etc.) printed out in a Markdown list.
The CLI subcommands/options/arguments is not cle…
-
**Problem:**
Some subcommands of `nix` are too long.
**Solution:**
Apply widely-used abbreviations instead (like `nix fmt`).
e.g.
- `nix dev` instead of `nix develop`
- `nix drv` instead of `n…
-
### Describe the bug
**got panic error when build code with more than 1 generic type parameters**
```sh
panic: unhandled AST node: *ast.IndexListExpr [recovered]
panic: unhandled AST node: *…
-
I found this awesome gem, trollop-subcommands, that extends trollop with a better interface for creating subcommands. I wonder if we should somehow merge this into trollop directly? https://github.c…
-
### Describe the feature you're suggesting
Explicit support for subcommands in REPL. For example, the builtin `config` has three subcommands `set`, `unset`, and `list`. As of 8bd63eca341589c087df8d…