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

fix(website): help page and ffcli arg/flags ordering #622

Merged
merged 1 commit into from
Mar 21, 2023

Conversation

tbruyelle
Copy link
Contributor

Description

ffcli imposes to write all flags before arguments, the help page of the website binary wasn't updated accordingly.

How has this been tested?

Try to run the command described in the ?help page of a random realm. When it fails because of flag: help requested, that usually means ffcli doesn't accept the format because there's flags after arguments.
Fix the command build in the JS code, by moving the argument at the very end, refresh and then ensure the command is running correctly.

ffcli imposes to write all flags before arguments, the help page of the
website binary wasn't updated accordingly.
@tbruyelle tbruyelle requested a review from a team as a code owner March 20, 2023 16:04
Copy link
Member

@zivkovicmilos zivkovicmilos left a comment

Choose a reason for hiding this comment

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

Thank you for the fix 🙏

@moul moul merged commit 5582a76 into gnolang:master Mar 21, 2023
@tbruyelle tbruyelle mentioned this pull request Mar 24, 2023
r3v4s pushed a commit to r3v4s/gno that referenced this pull request Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

None yet

3 participants