We currently rely on shell expansion for multiple file uploads. Investigate adding CLI-side glob expansion for ppls documents add so patterns work consistently across shells, especially on Windows (cmd/PowerShell).
Considerations:
- Which glob library (fast-glob/glob) fits best with current dependencies.
- How to handle unmatched globs (error vs ignore).
- Preserve explicit file paths and avoid double-expanding already-expanded inputs.
We currently rely on shell expansion for multiple file uploads. Investigate adding CLI-side glob expansion for ppls documents add so patterns work consistently across shells, especially on Windows (cmd/PowerShell).
Considerations: