near / near-cli-rs

near CLI is your human-friendly companion that helps to interact with NEAR Protocol from command line.
https://near.cli.rs
Apache License 2.0
102 stars 56 forks source link

Deleting account keys process is not obvious #383

Closed garikbesson closed 3 months ago

garikbesson commented 3 months ago

My user journey:

  1. I want to remove a key from account
  2. I'm using the interactive mode of near-cli-rs, near account -> delete-keys
  3. I'm selecting a key by pressing Enter
  4. The result looks like everything is ok, but the key hasn't been deleted

Turns out there was an instruction that says I should have use the space button to choose keys. Is it possible to use the Enter button to select keys? And explicit Continue option for example.

Also, it appears strange to me to receive a command that yields no result (Pic 2).

Pic 1:

image

Pic 2:

image