Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

fix(cli): Ensure apiKey option is parsed as a string #33

Merged
merged 2 commits into from
Jan 8, 2019

Conversation

bengourley
Copy link
Contributor

If the apiKey was entirely numbers (possible, but improbable with a 32 byte hex string) then it
would be incorrectly parsed by the arg parser as an integer and fail validation.

If the apiKey was entirely numbers (possible, but improbable with a 32 byte hex string) then it
would be incorrectly parsed the arg parser as an integer and fail validation.
@bengourley bengourley merged commit ce1703d into master Jan 8, 2019
@bengourley bengourley deleted the bengourley/cli-key-type branch January 8, 2019 13:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants