Skip to content

Conversation

aapsi
Copy link
Contributor

@aapsi aapsi commented Jun 16, 2025

Summary

This PR corrects the syntax for the --apiKey option in the history command and improves naming consistency in CLI messages and documentation:

Fixed malformed option syntax for --apiKey
The option was missing a closing angle bracket (>), which caused incorrect formatting in the CLI help output. This change ensures consistent and correct display of the required argument.

- .option("--apiKey <apiKey", "Alchemy API key")
+ .option("--apiKey <apiKey>", "Alchemy API key")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant