chore: remove --digest argument and $KEEP_DIGEST environment variable

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-18 09:50:23 -03:00
parent 05b2c1b9bd
commit 37b0d0e3b0
2 changed files with 3 additions and 23 deletions

View File

@@ -88,9 +88,6 @@ pub struct ItemArgs {
#[arg(value_parser = clap::value_parser!(KeyValue))]
pub meta: Vec<KeyValue>,
#[arg(help_heading("Item Options"), long, env("KEEP_DIGEST"))]
#[arg(help("Digest algorithm to use when saving items"))]
pub digest: Option<String>,
#[arg(help_heading("Item Options"), short, long, env("KEEP_COMPRESSION"))]
#[arg(help("Compression algorithm to use when saving items"))]