yosh 0.2.7

A POSIX-compliant shell implemented in Rust
Documentation
1
2
3
4
5
6
//! Re-export of `yosh_plugin_api::pattern` so existing call sites
//! (`super::pattern::CommandPattern`) keep compiling unchanged. The
//! canonical implementation now lives in `crates/yosh-plugin-api`
//! so `yosh-plugin-manager` can use the matcher without depending on
//! the yosh binary crate.
pub use yosh_plugin_api::pattern::*;