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
Redesign @archive inclusion to preserve CLI argument order exactly.
The previous implementation separated filesystem paths and @Archives
before processing, which lost the original ordering.
Key changes:
- Add ItemSource, ArchiveSource, CollectedItem types to core.rs
- Add collect_items_from_sources for unified processing
- Process arguments one by one, maintaining order
- Support @- for reading archives from stdin
- Detect stdin conflicts (input archive from stdin vs @-)
0 commit comments