mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-08 05:53:59 -05:00
6 lines
610 B
Plaintext
6 lines
610 B
Plaintext
### PR [#1914](https://github.com/danielmiessler/Fabric/pull/1914) by [majiayu000](https://github.com/majiayu000): feat(code_helper): add stdin support for piping file lists
|
|
|
|
- Added stdin support for piping file lists to code_helper, enabling commands like `find . -name '*.go' | code_helper "instructions"` and `git ls-files '*.py' | code_helper "Add type hints"`
|
|
- Implemented automatic detection of stdin pipe mode with single argument (instructions) support
|
|
- Enhanced tool to read file paths from stdin line by line while maintaining backward compatibility with existing directory scanning functionality
|