easy-args: Parses command line arguments

[ lgpl, library, utilities ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/jlamothe/easy-args#readme


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0, 0.1.0.1
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), hspec (>=2.7.4 && <2.8) [details]
License LGPL-3.0-only
Copyright Jonathan Lamothe
Author Jonathan Lamothe
Maintainer jonathan@jlamothe.net
Category Utilities
Home page https://github.com/jlamothe/easy-args#readme
Bug tracker https://github.com/jlamothe/easy-args/issues
Source repo head: git clone https://github.com/jlamothe/easy-args
Uploaded by jlamothe at 2020-11-17T17:54:17Z
Distributions
Downloads 309 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-11-17 [all 1 reports]

Readme for easy-args-0.1.0

[back to package description]

easy-args

Copyright (C) Jonathan Lamothe jonathan@jlamothe.net

Your Rights

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

What It Does

This library converts the input from getArgs into a more usable format that recognizes standard UNIX-ish argument conventions.