yash-cli 0.1.0

Extended POSIX shell
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Yash-cli

`yash-cli` is a command-line interface for the [yash](../README.md) shell
implementation. This crate is not intended to be used as a library by other
programs.

[![yash-cli at crates.io](https://img.shields.io/crates/v/yash-cli.svg)](https://crates.io/crates/yash-cli)
[![yash-cli at docs.rs](https://docs.rs/yash-cli/badge.svg)](https://docs.rs/yash-cli)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/ci.yml)

- [Changelog for the entire shell binary]CHANGELOG-bin.md
- [Changelog for the library crate]CHANGELOG-lib.md

## License

This crate is distributed under [GPLv3](LICENSE-GPL).