From ae44cc947b0b91c0213c7feaf450dd0680f7d1ba Mon Sep 17 00:00:00 2001 From: Micheal Smith Date: Mon, 3 Nov 2025 22:13:11 -0600 Subject: [PATCH] Fixed a misspelling --- src/setup.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.rs b/src/setup.rs index 7c29ecf..4b794e3 100644 --- a/src/setup.rs +++ b/src/setup.rs @@ -33,7 +33,7 @@ pub(crate) struct Args { #[arg(long)] /// Instructions to the model on how to behave. - pub(crate) intruct: Option, + pub(crate) instruct: Option, #[arg(long)] pub(crate) model: Option,