Skip to content

feat: add --incremental alias for --iterate - #631

Draft
Frostand wants to merge 1 commit into
sourcefrog:mainfrom
Frostand:andrew/incremental-alias
Draft

feat: add --incremental alias for --iterate#631
Frostand wants to merge 1 commit into
sourcefrog:mainfrom
Frostand:andrew/incremental-alias

Conversation

@Frostand

@Frostand Frostand commented Aug 2, 2026

Copy link
Copy Markdown

Summary

  • accept visible --incremental as an alias for the existing --iterate flag
  • keep a single internal state field and add a parser regression test
  • document the alias in the user guide and NEWS.md

Closes #621.

Testing

  • cargo test incremental_alias_enables_iterate --all-features — 1 passed
  • cargo fmt --all --check
  • cargo clippy --all-targets --all-features -- -D warnings
  • git diff --check

Tooling disclosure: this change was prepared with OpenAI Codex and validated with the commands above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add --incremental as an alias for --iterate

1 participant