Started PCRE2 dep-updated Cli refactor

Fortune for rematch's current commit: Future small blessing − 末小吉
old-interface-extra-help-info
Avril 2 weeks ago
parent 6a74f54a26
commit bcdbec60ca
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -1,6 +1,6 @@
[package]
name = "rematch"
version = "0.2.0"
version = "1.0.1"
authors = ["Avril <flanchan@cumallover.me>"]
edition = "2024"

@ -35,10 +35,10 @@ fn main() -> eyre::Result<()>
{
initialise().wrap_err("Fatal: Failed to install panic handle")?;
// let cli = args::parse_cli();//.wrap_err("Error parsing command-line arguments")?;
//
// eprintln!("{:#?}", cli);
// return Ok(());
let cli = args::parse_cli();//.wrap_err("Error parsing command-line arguments")?;
eprintln!("{:#?}", cli);
return Ok(());
let args: Vec<String> = std::env::args().collect();

Loading…
Cancel
Save