fix: Resolve compilation errors for multiple definitions and parser issues

Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-09-10 16:12:11 -03:00
parent 9e11756d4a
commit 22cd07284b
4 changed files with 89 additions and 45 deletions

View File

@@ -143,7 +143,7 @@ pub struct OptionsArgs {
}
/// Enum for representing either a number (item ID) or a string (tag).
#[derive(Debug, Clone, From)]
#[derive(Debug, Clone)]
pub enum NumberOrString {
Number(i64),
Str(String),