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
Some ideas:
Allow to configure which shell executable to use, e.g.
shell.posix.cmd_name = /usr/bin/sh shell.win.cmd_name = cmd.exe /c
It should be possible to specify os family in the dialect, to write cross platform scripts os.name/os.version properties will work.
<query> for i in {0..3} do echo "Number: $i" done </query>
Should produce lines as the result of the query.
The text was updated successfully, but these errors were encountered:
Add driver for shell command #32
1595dc0
Initial version of the driver
No branches or pull requests
Some ideas:
Config
Allow to configure which shell executable to use, e.g.
Dialects
It should be possible to specify os family in the dialect, to write cross platform scripts
os.name/os.version properties will work.
Queries
Should produce lines as the result of the query.
The text was updated successfully, but these errors were encountered: