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

Fixes CLI token param not recognized in download subcmd #157

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

Harisabdullah
Copy link
Contributor

No description provided.

@linear
Copy link

linear bot commented Aug 3, 2023

BE-2208 CLI token param not recognized in download subcmd

ipinfo ► ipinfo download -t $token asn
err: downloading requires a token; login via `ipinfo init` or pass the `--token` argument
ipinfo ► ipinfo download --token $token asn
err: downloading requires a token; login via `ipinfo init` or pass the `--token` argument
ipinfo ► ipinfo download asn --token $token
err: downloading requires a token; login via `ipinfo init` or pass the `--token` argument
ipinfo ► ipinfo download asn -t $token
err: downloading requires a token; login via `ipinfo init` or pass the `--token` argument

@UmanShahzad UmanShahzad merged commit e744505 into master Aug 3, 2023
@UmanShahzad UmanShahzad deleted the haris/BE-2208 branch August 3, 2023 11:33
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.

2 participants