-
fix: add missing clap attribute to no_content_indexing (#754) (#765)
发布于
2026-08-11 18:28:58 +00:00 The no_content_indexing field lacked its #[arg(long = ...)] attribute,
so clap treated it as a positional with a SetTrue action. Debug builds
panicked on any invocation; release builds exposed [NO_CONTENT_INDEXING]
as a positional and rejected --no-content-indexing.Closes #754
Co-authored-by: gustav-fff 286169375+gustav-fff@users.noreply.github.com
下载附件