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

Finalizing command line parameters for context item values #1179

Merged
merged 2 commits into from
Feb 16, 2022

Conversation

ghislainfourny
Copy link
Member

Example uses:

echo '{ "foo" : [ 100, 200 ] }' | java -jar rumbledb.jar -q '$$.foo[]' --context-item-input -

echo '{ "foo" : [ 100, 200 ] }' | java -jar rumbledb.jar -q '$$.foo[]' -i -

echo '{}}}}[[[}' | java -jar rumbledb.jar -q '$$' --context-item-input - --context-item-input-format text

java -jar rumbledb.jar -q '$$' --context-item 'foo'

java -jar rumbledb.jar -q '$$' -I 'foo'

@ghislainfourny ghislainfourny merged commit e76db97 into master Feb 16, 2022
@ghislainfourny ghislainfourny deleted the ContextItemParameters branch February 16, 2022 13:18
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

Successfully merging this pull request may close these issues.

1 participant