Skip to content

zig ar --help #17337

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

Closed
jackokring opened this issue Sep 30, 2023 · 2 comments
Closed

zig ar --help #17337

jackokring opened this issue Sep 30, 2023 · 2 comments
Labels
bug Observed behavior contradicts documented or intended behavior upstream An issue with a third party project that Zig uses.
Milestone

Comments

@jackokring
Copy link

Zig Version

0.12.0-dev.415+5af5d87ad

Steps to Reproduce and Observed Behavior

zig ar --help

USAGE: ar [options] [-]<operation>[modifiers] [relpos] [count] <archive> [files] ar -M [<mri-script]

Missing >

Expected Behavior

USAGE: ar [options] [-]<operation>[modifiers] [relpos] [count] <archive> [files] ar -M [<mri-script>]

@jackokring jackokring added the bug Observed behavior contradicts documented or intended behavior label Sep 30, 2023
wooster0 added a commit to wooster0/zig that referenced this issue Sep 30, 2023
@andrewrk andrewrk added the upstream An issue with a third party project that Zig uses. label Sep 30, 2023
@andrewrk
Copy link
Member

This is LLVM's code. I suggest to resolve this issue, effort is directed towards #9828 rather than tooting around with a --help menu of a different project.

@LinuxUserGD
Copy link
Contributor

According to upstream, the syntax refers to reading the mri script from stdin (which has been updated in llvm/llvm-project@0a35dd7)

@alexrp alexrp closed this as not planned Won't fix, can't repro, duplicate, stale Apr 26, 2025
@alexrp alexrp added this to the unplanned milestone Apr 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Observed behavior contradicts documented or intended behavior upstream An issue with a third party project that Zig uses.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants