patchouli 0.1.0

Lightweight CLI tool for maintaing patch based forks inspired by PaperMC's paperweight
Documentation
1
2
3
4
5
6
use color_eyre::Result;
use patchouli::cli;

fn main() -> Result<()> {
    cli::run()
}