Crate yash_cli

Crate yash_cli 

Source
Expand description

This is an internal library crate for the yash shell. Currently, this crate is not intended to be used as a library by other crates. No part of this crate is covered by semantic versioning.

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.

Modules§

startup
Shell startup

Functions§

main