argenv


Package info
Description

Library for command line arguments and environment variables.

Readme
# argenv ArgEnv is a small library to access environment variables and command line arguments. It is deprecated in favour of `System.Environment` and `System.CommandLine` in [platform](https://clean-lang.org/pkg/platform). This is a delayed mirror of the [upstream][] version and is only used to publish the package. Periodically changes from upstream are released in a new version here. ## Maintainer & license This project is maintained by [TOP Software][]. For license details, see the [LICENSE](/LICENSE) file. [TOP Software]: https://top-software.nl [upstream]: https://gitlab.science.ru.nl/clean-and-itasks/clean-libraries
Changelog
#### 1.0.3 - Fix: remove dependency on `base` to avoid circular dependency in `base-compiler`. #### 1.0.2 - Chore: Allow base-rts ^3.0, `base-stdenv` ^3.0 and base ^2.0 to support compiler ^3.0. #### 1.0.1 - Chore: allow `base-stdenv` 2.0. ## 1.0.0 - First tagged version.
Versions