Crates.io | yash-cli |
lib.rs | yash-cli |
version | 0.4.2 |
created_at | 2024-04-13 14:42:39.643945+00 |
updated_at | 2025-05-11 14:07:36.902612+00 |
description | Extended POSIX shell |
homepage | |
repository | https://github.com/magicant/yash-rs |
max_upload_size | |
id | 1207643 |
size | 484,117 |
yash-cli
is a command-line interface for the yash shell
implementation. This package provides the yash3
binary, which integrates
many dependencies into a single executable. It is intended to be used as a
standalone shell.
This package also contains the yash-cli
library crate, which actually
implements the shell. The library is not intended to be used by other
programs.
Our semantic versioning policy for this package covers the features of the shell itself. We will increment the minor version number when adding new features (new syntax, new command line options, new built-in utilities, etc.), and the patch version number when fixing bugs. We will increment the major version number when making incompatible changes to the shell's existing features.
Note that the yash-cli
library crate is not intended to be used by other
programs, so we make any changes to it without following semantic versioning.
This crate is distributed under GPLv3.