-
**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.**
![…
-
We want to support application development as well as library development. Right now both are muddled under `fragnix build`. We should create subcommands with clear semantics for both workflows.
-
Hi,
I was not able to find any code examples (nor documentation) regarding handling subcommands, i.e. verbs.
Specifically, I'm looking for instructions/examples for handling different verbs (i.e. "b…
-
I'd like to make a command-line tool very similar in structure to the hetznerctl tool you have. But, it would have different `SubCommand` instances specific to the needs of my organization. It would b…
-
Here's my issue with the current state of things:
* cmd/dstask/main.go is unwieldy. we shouldn't have to hardcode all the cases to check every command string and link it to the right function.
* h…
-
Our bundle chat command can only check the status, enable and disable bundles. We should implement `list` `install` and `uninstall`, `versions`, and `info` to match `cogctl`. We should probably also r…
-
If it's possible, I think it's a better practice to use trait to define [subcommands](https://github.com/pouriya/sssh/tree/23.03.05/src/subcommands).
-
In this example commands are processed using **config.mode**:
https://www.spantree.net/blog/2017/06/26/scala-native-for-cli-tools.html
```
parser.parse(args, Config()) match {
case Some(conf…
-
Is something like [this](https://stackoverflow.com/questions/27236570/command-line-argument-parsing-in-haskell-that-supports-shared-arguments) possible, with shared arguments across subcommands?
-
The following STATS subcommands are now in place: c (command statistics), d (data transferred), i (admins/opers online with idle time), k (show k-lines), l (list client connections), o (show configure…