4 releases
0.1.0 | Sep 28, 2024 |
---|---|
0.1.0-beta.2 | Jul 12, 2024 |
0.1.0-beta.1 | Jun 9, 2024 |
0.1.0-alpha.1 | Apr 13, 2024 |
#2759 in Command line utilities
238 downloads per month
3MB
63K
SLoC
Yash-cli
yash-cli
is a command-line interface for the yash shell
implementation. This crate is not intended to be used as a library by other
programs.
License
This crate is distributed under GPLv3.
lib.rs
:
This is a library crate that implements the command-line frontend for the
yash shell. It is used by the yash3
binary crate to provide the shell
functionality. Currently, this crate is not intended to be used as a library
by other crates.
The entry point for the shell is the main
function, which is to be used
as the main
function in the binary crate. The function sets up the shell
environment and runs the main read-eval loop.
Dependencies
~9–18MB
~278K SLoC