Skip to content

Instantly share code, notes, and snippets.

View magistau's full-sized avatar
☮️
pls no war

Mg. Tau magistau

☮️
pls no war
View GitHub Profile
@magistau
magistau / main.rs
Last active September 21, 2024 07:21 — forked from oscarvarto/main.rs
Simple command line parser with clap
use clap::Parser;
use regex::Regex;
use std::{
fmt::{self, Debug, Display},
str::FromStr,
};
use thiserror::Error;
#[derive(Debug, Default, Clone, Copy, PartialEq, Eq)]
enum Browser {