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

improve: trim whitespace when entering server from cli #3235

Merged
merged 1 commit into from
Sep 19, 2022

Conversation

kimskimchi
Copy link
Contributor

@kimskimchi kimskimchi commented Sep 17, 2022

Summary

Trims whitespace from the server that user inputted on the cli:

$ infra login
Server:      localhost    

User entered ' localhost ' --> trimmed to 'localhost'

Resolves #3150

@kimskimchi kimskimchi marked this pull request as ready for review September 17, 2022 12:52
@kimskimchi kimskimchi merged commit 6cdf894 into main Sep 19, 2022
@kimskimchi kimskimchi deleted the kimskimchi/ui-1 branch September 19, 2022 13:59
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.

Infra server URL validation in CLI
2 participants