LoginRadius / lr-cli

lr is LoginRadius on the command line. You can perform basic actions of your LoginRadius Dashboard through command line. The actions includes login, register, logout, email configuration, domain whitelisting etc.
MIT License
11 stars 12 forks source link

Fixed bugs and user inputs in site commands #33

Closed Akash-Patil closed 3 years ago

Akash-Patil commented 3 years ago

Checklist

Please note that in case of below checklist not updated accordingly, the maintainers have the right to immediately close your pull request.

Description of the Change

Risk Impact

Verification Process

Tested these commands in Windows and MacOs systems:

lr add site
lr add hooks
lr delete site
lr delete hooks

Release Notes

Akash-Patil commented 3 years ago

We are using scanf here also - cmd/set/theme/theme.go, kindly check and update

In cmd/set/theme/theme.go, we are using only 1 scanf() statement. It will work fine without \n in this case.