porydelete 0.2.1

About Porydelete is a CLI tool which allows you to delete specific parts of the 3.gen decomp projects such as Pokemon, Items, Maps, Tilesets, Events and more
Documentation
pub mod del_attribute;
pub mod del_map;
pub mod filter;
// -----------
// To be added
// -----------
//pub mod list;
/*
pub fn list_for_value(command: &str, value: &str) -> Result<(), Box<dyn std::error::Error>> {
    match value {
        _ => {
            eprintln!(
                "Value '{command}' is not an available command. Use '--help' for more information.",
            );
            Ok(())
        }
    }
}
*/