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

zig ar --help #17337

Open
jackokring opened this issue Sep 30, 2023 · 1 comment
Open

zig ar --help #17337

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

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.

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.

2 participants