fix: resolve missing functions and unused imports

The commit adds `pub` to `mode_get` for visibility and removes unused imports in `src/modes/get.rs`, while adding the missing `get_engine` import.
This commit is contained in:
Andrew Phillips (aider)
2025-05-09 16:39:41 -03:00
parent e134c73eda
commit 008899f6ab
2 changed files with 1 additions and 4 deletions

View File

@@ -1,6 +1,3 @@
use std::io;
use std::path::PathBuf;
use std::collections::HashMap;
use anyhow::{Context, Result, Error, anyhow};
use clap::Command;