feat: drop dotenvy

This commit is contained in:
2026-09-07 12:04:57 +00:00
parent 9d63233d9a
commit d11b0c68cd
3 changed files with 0 additions and 11 deletions

View File

@@ -4,9 +4,6 @@ use anyhow::Result;
use clap::Parser;
fn main() -> Result<()> {
// always load dotenv on start
dotenvy::dotenv().ok();
let args = cli::Ahab::parse();
match args.command {