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
feat(cat): implement multi-file reading with error handling
- Refactor to async readMultipleFiles() function
- Support reading multiple files via Promise.all
- Output concatenated file contents to stdout
- Add error handling with exit code 1 on failure
- Remove debug logging (argv, path)
- Fix markdown list formatting in README (bullets)
0 commit comments