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

Added usage under Powershell to the manual #2306

Merged
merged 3 commits into from
Jun 16, 2023
Merged

Conversation

ferenczy
Copy link
Contributor

Added usage under Powershell and Powershell Core and examples of usage under Unix shells, Powershell, and Windows command shell into the manual.

Added usage under Powershell and Powershell Core and examples of usage under Unix shells, Powershell, and Windows command shell.
@coveralls
Copy link

coveralls commented Apr 29, 2021

Coverage Status

Coverage remained the same at 84.134% when pulling 974286e on ferenczy:patch-1 into 80052e5 on stedolan:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.4%) to 84.525% when pulling d1d8618 on ferenczy:patch-1 into 80052e5 on stedolan:master.

@wtlangford
Copy link
Contributor

This was added to the 1.6 manual. Can you instead add it to the manual at docs/content/manual/manual.yml? Thanks

@ferenczy
Copy link
Contributor Author

ferenczy commented May 5, 2021

@wtlangford Oh, sorry, I missed that file. I'll add it there. Should I also remove it from the 1.6 manual?

@wtlangford
Copy link
Contributor

Nah, it's fine to leave it on the 1.6 manual- it'll update on the website the next time I rebuild it, but it won't ever make it to the manpage for 1.6. Having it on the dev manual means it'll be part of the 1.7 release manpage, though

@ferenczy
Copy link
Contributor Author

ferenczy commented May 5, 2021

OK, great. Then I'm done with this pull request, right? Those failed builds are not my fault, I guess.

Copy link
Contributor

@itchyny itchyny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

@itchyny itchyny merged commit 11d9091 into jqlang:master Jun 16, 2023
Comment on lines +100 to +102
Unix shells: `jq '.["foo"]'`
Powershell: `jq '.[\"foo\"]'`
Windows command shell: `jq ".[\"foo\"]"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this correct? On my Windows, both PowerShell 5 and PowerShell 7 seem to work the same as Unix Shell....... jq '.["foo"]'

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

Successfully merging this pull request may close these issues.

5 participants