-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Idea: --rexec "shell command"
option
#34
Labels
enhancement
New feature or request
Comments
Prototyped in a branch. |
I was hoping this would work, to avoid having to put single quotes inside double quotes: symbex is_subpath --rexec -- llm --system 'add type hints and comments' -m 4 But that's not what
|
Lines 436 to 443 in 2b102a9
|
simonw
added a commit
that referenced
this issue
Jul 16, 2023
simonw
added a commit
that referenced
this issue
Jul 16, 2023
simonw
added a commit
that referenced
this issue
Jul 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Inspired by:
Would be nice if you didn't have to do the
-n
and the pipes and the duplicate call tosymbex
there. How about this instead?symbex fetch_articles --rexec "llm --system 'add type hints'"
Where
--rexec
stands for "replace with execution".The text was updated successfully, but these errors were encountered: