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

fix: jq query string reformat issue - missing '|' when reformatting #414

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

haihongren
Copy link
Contributor

Flex reformats the jq query string if the jq query string does not start with .[.

For example:

  • If the jq query is to_entries, it will reformat it into .[0] |to_entries
  • It is returning .[0] to_entries instead, missing the |.

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.

2 participants