optparse-version

[ bsd3, cli, library ] [ Propose Tags ]

Simple Option to display version text file


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0
Dependencies base (>=4.7 && <5), optparse-applicative [details]
License BSD-3-Clause
Copyright 2017 David Smith
Author David Smith
Maintainer shmish111@gmail.com
Category CLI
Home page https://github.com/shmish111/optparse-version
Source repo head: git clone https://github.com/shmish111/optparse-version
Uploaded by shmish111 at 2017-07-25T15:50:21Z
Distributions NixOS:0.3.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2091 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-07-25 [all 1 reports]

Readme for optparse-version-0.3.0.0

[back to package description]

optparse-version

A simple option which will display whatever is in the provided String when you run my-exe --version or my-exe -v

See app/Main.hs for an example