optparse-version

[ bsd3, cli, library ] [ Propose Tags ]

Simple Option to display version text file


[Skip to Readme]

Modules

[Last Documentation]

  • Options
    • Applicative
      • Options.Applicative.Version

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), file-embed, optparse-applicative, optparse-version [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:43:42Z
Distributions NixOS:0.3.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables optparse-version-exe
Downloads 2098 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-07-25 [all 3 reports]

Readme for optparse-version-0.2.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