countly-server
countly-server copied to clipboard
Providing countly CLI with an invalid arguement makes it show CLI correct usage infinitely.
Expected Behavior
It should just show correct usage once.
Current Behavior
It keeps on showing correct usage infinitely.
Screenshots (if appropriate):
Possible Solution
Steps to Reproduce (for bugs)
- countly restartr
More Description
Your Environment
- Operating System and version: Ubuntu 18.04
- Any changes you have made to your instance: Change "ubuntu/xenial64" to "ubuntu/bionic64" in Vagrantfile.
Hello interesting, but I cannot reproduce this in the last nightly build.
if I input countly restartr
it just outputs all possible commands once, and that's it.
So you have it like in an infinite loop?
Yeah, like an infinite loop caused by any random invalid argument.
Cannot reproduce