-
In BusinessRegistry, we're using [optparse-applicative commands](https://github.com/pcapriotti/optparse-applicative#commands) to make calls to run the server very different from calls to initialise an…
-
We should provide some infrastructure that makes it easy to test command line parsers:
- [ ] Given a list of command line arguments and an input and output value check that the applying the
parse…
-
[`configuration-tools`](https://hackage.haskell.org/package/configuration-tools) adds some useful features on top of `optparse-applicative` to give more information about the app, such as the list of …
-
Tried to do stack build following instructions
```
> nix-shell
> [nix-shell:~/cardano-sl]$ ./scripts/build/cardano-sl.sh
>
```
I get the error below. I'm guessing stack should be installed …
-
CLI guidelines suggestion the following convention for named arguments:
- [ ] Every short flag must have long version as well
- [ ] **Don’t have ambiguous or similarly-named commands.** For exampl…
-
Many things are only needed once you write a console application, but become almost always imported. This means probably a `rio-executable`, `rio-executable-unix`, etc with:
- `optparse-applicative…
-
When I look at the package on Hackage and I want to compare this package with other packages, I evaluate number of dependencies of the library as a part of comparing process. Unfortunately, this is no…
-
I'm trying to write a patch to `optparse-applicative` to use `prettyprinter` instead.
One of the [requirements](https://github.com/pcapriotti/optparse-applicative/pull/428#discussion_r709511025) is…
-
In order to maintain the gentoo package of idris, we have had to manually bump the versions of the following packages:
- `aeson` to `aeson-1.5`
- 'optparse-applicative` to `optparse-applicative-0.…
-
Right now when typing `binary ` optparse-applicative will auto complete to all options and arguments. I'd like to suggest changing this to auto completing only arguments, provided a `HasCompleter` mod…