feat(cli): add archive-email alias for delete-email#114
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces 'archive-email' as a visible alias for the 'delete-email' command, updating the documentation, help text, and adding unit tests to verify the alias functionality. The terminology for the command has been updated to 'Archive (soft-delete)' for clarity. Feedback was provided to ensure the manual help text description in 'src/main.rs' is consistent with the updated documentation and enum doc comments.
|
Correction: path reference in prior comment was truncated by shell interpolation. All review feedback is applied in commit c47c36f; help text now consistently uses "Archive (soft-delete)" in Next concrete step: maintainer approval and merge of #114. |
vish-dini
left a comment
There was a problem hiding this comment.
Change is coherent and low-risk. Alias reuses existing delete path, help/docs are aligned, and coverage hits parse/help surfaces. Approved for merge.
|
Merge attempt update (2026-05-19):
Next concrete unblock step:
Once that policy gate is fixed, this PR is ready to merge as-is. |
Summary
archive-emailvisible alias todelete-emailValidation
cargo check --testscargo test test_archive_email_alias_parses_positional_message_id -- --nocapturecc: command not found)Notes