Name: | ghc-simple-cmd-args |
---|---|
Version: | 0.1.8 |
Release: | 8.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 67028 |
License: | BSD-3-Clause |
RPM: | ghc-simple-cmd-args-0.1.8-8.el10_0.x86_64.rpm |
Source RPM: | ghc-simple-cmd-args-0.1.8-8.el10_0.src.rpm |
Build Date: | Tue May 20 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/simple-cmd-args |
Summary: | Simple command args parsing and execution |
Description: | This is a small wrapper over optparse-applicative which allows combining args parsers directly with IO commands. For subcommands this can avoid type boilerplate. It also provides some compact aliases for options with their Mod's. |