gps 7.3.3

Official CLI & library for Git Patch Stack
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod execute;
mod mergable;
mod print_warn;
mod string_manipulation;

pub use execute::{
    execute, execute_with_input_and_output, execute_with_output, ExecuteError,
    ExecuteWithOutputError,
};
pub use mergable::merge_option;
pub use mergable::Mergable;
pub use print_warn::print_warn;
pub use string_manipulation::{set_string_width, strip_newlines};