trolster / urcli

CLI tool for the Udacity Reviews API
MIT License
100 stars 23 forks source link

urcli assign <id> runs in verbose mode after running urcli assign <id> --verbose #84

Closed optimistanoop closed 7 years ago

optimistanoop commented 7 years ago

What's going wrong?

1- urcli assign <id> runs in verbose mode after running urcli assign <id> --verbose. 2- UI keeps on adding

How can the urcli team reproduce the problem?

1- run urcli assign <id> --verbose 2- hit esc 3- run urcli assign <id>

Now urcli assign <id> is supposed to run in normal mode but it still runs in verbose mode.

supporting information:

For ref:-

screen shot 2017-06-10 at 2 55 35 pm

trolster commented 7 years ago

Was able to replicate this. Will fix asap!

optimistanoop commented 7 years ago

Also, on every status update, it keeps on adding the new status object on UI. Hence we need to scroll on the terminal to see the current status.

For ref:-

screen shot 2017-06-10 at 3 01 45 pm screen shot 2017-06-10 at 2 58 29 pm

@trolster Thanks for your quick support. 👍