You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**What is changing**: Add checks that nonsensical combinations of flags
are not used.
**Why this change is being made**:
1. To avoid letting users perform long exports only to learn that one of
the flags they used was unexpectedly ignored.
2. To avoid performing functions in unexpected situations, e.g. creating
a tilde expansion file when there are no copied attachments.
**Related issue(s)**: Closes#68
**Follow-up changes needed**: None
**Is the change completely covered by unit tests? If not, why not?**:
Yes
The
--preserve-paths
flag doesn't make any sense without the--copy-attachments
flag.Originally posted by @tagatac in #63 (comment)
The text was updated successfully, but these errors were encountered: