Skip to content
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

Provide a way to pass arbitrary strings to executed commands (likely with TIP 424) #274

Open
xoich opened this issue Aug 22, 2023 · 3 comments

Comments

@xoich
Copy link
Contributor

xoich commented Aug 22, 2023

With the exec command it's not possible to pass arbitrary strings to commands, because of the special arguments like | and >filename. TIP #424 extends the exec syntax so that a list of raw arguments can be passed to it.

@msteveb
Copy link
Owner

msteveb commented Aug 22, 2023

Actually I have had an implementation of TIP 424 for a while, that I think is may just be missing some documentation.
I just pushed it to branch exec-tip424

You are welcome to try it and report back. Updated documentation is also welcome.

@xoich
Copy link
Contributor Author

xoich commented Aug 22, 2023

Fantastic, thank you @msteveb! I tried and it seems to work right. I noticed that In the manual you added the change in the section "Changes between 0.81 and 0.82", shouldn't it be in "Changes since 0.82"?

@msteveb
Copy link
Owner

msteveb commented Aug 22, 2023

Thanks. Blame the quick automated merge. I'll fix that when I tidy up the branch before merging. Will likely be a while since I'm too busy right now to write documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants