This commit is contained in:
rvcas 2023-06-13 21:03:16 -04:00
parent 379c2fe2bf
commit 06079fa57e
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 0 additions and 2 deletions

View File

@ -48,8 +48,6 @@ impl Default for Cmd {
fn main() -> miette::Result<()> { fn main() -> miette::Result<()> {
panic_handler(); panic_handler();
panic!("dam no way!");
match Cmd::default() { match Cmd::default() {
Cmd::New(args) => new::exec(args), Cmd::New(args) => new::exec(args),
Cmd::Fmt(args) => fmt::exec(args), Cmd::Fmt(args) => fmt::exec(args),