patsh 0.2.1

A command-line tool for patching shell scripts
Documentation
1
2
3
4
5
6
7
mod context;
mod parse;
mod patch;

pub use context::Context;
pub(crate) use parse::parse_command;
pub use patch::patch;