feat(goose-cli): add feature to disable update (#5886)

Signed-off-by: Sai Karthik <kskarthik@disroot.org>
This commit is contained in:
Sai Karthik
2025-12-16 08:38:59 +05:30
committed by GitHub
parent e261e12cf0
commit 02f56a0a82
2 changed files with 8 additions and 2 deletions
+3
View File
@@ -64,6 +64,9 @@ urlencoding = "2.1"
[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3", features = ["wincred"] }
[features]
# disables the update command
disable-update = []
[dev-dependencies]
tempfile = "3"