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

feat: allow passing data structures between commanders #203

Open
TorchedSammy opened this issue Aug 31, 2022 · 1 comment
Open

feat: allow passing data structures between commanders #203

TorchedSammy opened this issue Aug 31, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@TorchedSammy
Copy link
Member

just like how we have powershell, nu, murex, etc trying to market to people with commands that can pass full data structures like json or whatever instead of just a plain unix pipe of output, commanders (hilbish commands written in lua) should be able to support this.

this should be possible by just setting the appropriate values in the context used for the sh runner

@TorchedSammy TorchedSammy added the enhancement New feature or request label Aug 31, 2022
@TorchedSammy
Copy link
Member Author

by data structure(s), since we're in lua this could probably just be a lua table.

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

No branches or pull requests

1 participant