zquestz / s

Open a web search in your terminal.
MIT License
2.32k stars 114 forks source link

lowerCase Provider #152

Closed Arkaraj closed 2 years ago

Arkaraj commented 3 years ago

LowerCase the Provider Related to issue #131 Change:

err := server.Run(config.Port, config.Cert, config.Key, strings.ToLower(config.Provider), config.Verbose)
zquestz commented 3 years ago

I don't think this is the best approach. We should downcase the provider earlier where we parse the user input!

zquestz commented 2 years ago

Fix is in master, closing.