Skip to content

fix: correct option syntax for --apiKey in history command#187

Open
aapsi wants to merge 1 commit intorsksmart:mainfrom
aapsi:patch-2
Open

fix: correct option syntax for --apiKey in history command#187
aapsi wants to merge 1 commit intorsksmart:mainfrom
aapsi:patch-2

Conversation

@aapsi
Copy link
Copy Markdown
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