penv 0.1.0

Pretty Print Environment Variables
# penv: Pretty Print Environment Variables

## Installation

```text
cargo install penv
```


## Usage

```text
penv [pattern]
```

The `pattern` argument may be a [glob pattern](https://en.wikipedia.org/wiki/Glob_(programming)) used
to only print variables that match the provided pattern.


## Links

* [📦 crates.io]https://crates.io/crates/penv
* [📄 GitHub]https://github.com/phoenixr-codes/penv/


## License

This work is dual-licensed under Unlicense and MIT.
You can choose between one of them if you use this work.

`SPDX-License-Identifier: Unlicense OR MIT`