CLI - working/watched/tracked accounts works inconsistent with TUI
There are some inconsistency how TUI and CLI work.
-
Naming
Now: There iswatched accountin CLI andtracked accountin TUI.
Should be: There should betracked accountin CLI. -
Tracked account
Now: It is possible to add and remove tracked account.
Should be:
-
clive configure tracked-account addwhich has the same functionality as in TUI - automatically adds to known and sets the first tracked account as working (it it to be added) -
clive configure tracked-account removewhich allows removing any tracked account (also working).
- Working account
Now: If a user tries to set a new working account, if the working account is set, the validation stops it.
It also impossible to set a tracked account as working account.
There are commands:clive configure working-account unsetandclive configure working-account set.
Should be:
- clive configure working-account unset - after execution, no working account is set, the old working account is now tracked account.
-
clive configure working-account switch- switch, not set, because "switch" is happening there, as in TUI (I mean old working is going to the tracked account list) -
clive configure working-account set- to be removed -
clive configure working-account unset- to be removed
Edited by Aleksandra Grabowska