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

[Bug] [CLI] Typo in aptos move compile help messages #15131

Closed
fEst1ck opened this issue Oct 31, 2024 · 0 comments · Fixed by #15132
Closed

[Bug] [CLI] Typo in aptos move compile help messages #15131

fEst1ck opened this issue Oct 31, 2024 · 0 comments · Fixed by #15132
Labels
bug Something isn't working stale-exempt Prevents issues from being automatically marked and closed as stale

Comments

@fEst1ck
Copy link
Contributor

fEst1ck commented Oct 31, 2024

🐛 Bug

There are several typos in aptos move compile --help:

      --bytecode-version <BYTECODE_VERSION>
          ...or --bytecode BYTECODE_VERSION
          Specify the version of the bytecode the compiler is going to emit.
          Defaults to `6`, or `7` if language version 2 is selected
          (through `--move-2` or `--language_version=2`), .

      --compiler-version <COMPILER_VERSION>
          ...or --compiler COMPILER_VERSION
          Specify the version of the compiler.
          Defaults to `1`, or `2` if `--move-2` is selected.

      --language-version <LANGUAGE_VERSION>
          ...or --language LANGUAGE_VERSION
          Specify the language version to be supported.
          Currently, defaults to `1`, unless `--move-2` is selected.

      --move-2
          Select bytecode, language version, and compiler to support Move 2:
          Same as `--bytecode_version=7 --language_version=2.1 --compiler_version=2.0`

In "Same as --bytecode_version=7 --language_version=2.1 --compiler_version=2.0", it should be "--language-version" etc.

@fEst1ck fEst1ck added the bug Something isn't working label Oct 31, 2024
@fEst1ck fEst1ck mentioned this issue Oct 31, 2024
16 tasks
@brmataptos brmataptos added the stale-exempt Prevents issues from being automatically marked and closed as stale label Oct 31, 2024
@github-project-automation github-project-automation bot moved this from 🎉 New to ✅ Done in Developer Platform Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale-exempt Prevents issues from being automatically marked and closed as stale
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants