We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plandex tell
Just like plandex load can be used to pipe data into context:
plandex load
npm test | plandex load
It would be useful to be able to pipe into plandex tell as well:
npm test | plandex tell
tell would often be a better fit than load for piping in results when iterating on test results and similar use cases.
tell
load
The text was updated successfully, but these errors were encountered:
🤖 Plandex → Enhance doTell function to support piped input and stdin …
80dea78
…reading. fixes #162
allow piping into 'tell' command, closes #162
5cead0b
danenania
No branches or pull requests
Just like
plandex load
can be used to pipe data into context:It would be useful to be able to pipe into
plandex tell
as well:tell
would often be a better fit thanload
for piping in results when iterating on test results and similar use cases.The text was updated successfully, but these errors were encountered: