Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/jqPublic
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Improve --help to mention all the command options#2747

Merged

Conversation

itchyny
Copy link
Contributor

Listing all the command line options is useful in various ways; not just for for completion generators, but for offline environment. Ah, not only for offline environment, this improves our dev experience a lot; we can see the meaning of command options without searching for the manual. This PRresolves#2284,close#2504.

@itchynyitchynyforce-pushed theupdate-help-all-options branch from8fea16e to85b3c69CompareJuly 23, 2023 07:39
@nicowilliamsnicowilliams merged commit99a381b intojqlang:masterJul 23, 2023
@nicowilliams
Copy link
Contributor

Thanks!

wader added a commit to wader/jq that referenced this pull requestJul 25, 2023
Was accidentally unaligned injqlang#2747Now looks like this:Example: $ echo '{"foo": 0}' | jq .{  "foo": 0}Before looks like this:Example:$ echo '{"foo": 0}' | jq .{"foo": 0}
wader added a commit to wader/jq that referenced this pull requestJul 25, 2023
Was accidentally unaligned injqlang#2747Now looks like this:Example:$ echo '{"foo": 0}' | jq .{  "foo": 0}Before looks like this:Example: $ echo '{"foo": 0}' | jq .{"foo": 0}
@waderwader mentioned this pull requestJul 25, 2023
wader added a commit to wader/jq that referenced this pull requestJul 25, 2023
Was accidentally unaligned injqlang#2747Now looks like this:Example:$ echo '{"foo": 0}' | jq .{  "foo": 0}Before looks like this:Example: $ echo '{"foo": 0}' | jq .{"foo": 0}
emanuele6 pushed a commit that referenced this pull requestJul 25, 2023
Was accidentally unaligned in#2747Now looks like this:Example:$ echo '{"foo": 0}' | jq .{  "foo": 0}Before looks like this:Example: $ echo '{"foo": 0}' | jq .{"foo": 0}
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
Projects
None yet
Milestone
1.7 release
Development

Successfully merging this pull request may close these issues.

Please document all command-line options in --help
2 participants
@itchyny@nicowilliams

[8]ページ先頭

©2009-2025 Movatter.jp