near-cli-rs icon indicating copy to clipboard operation
near-cli-rs copied to clipboard

Review texts used in interactive mode

Open frol opened this issue 3 years ago • 3 comments

There are lots of interactive steps that ask some questions and suggest options like:

![image](https://user-images.githubusercontent.com/304265/120762439-a2f19780-c4ec-11eb-8440-0ad68e5f171b.png)

We should thoroughly review those to make sure they are clear and aligned.

If you are not familiar with NEAR, it is even better! Try this near-cli and report back whenever you stuck and unable to understand what is going on.

frol avatar Jun 04 '21 07:06 frol

Hi, did a little review and found some issues including:

  • not able to go back, the only option is 'Ctrl-C'
  • poor network is not handled the best way - you can wait for period of time only to see the error, there is no indication of "retrying connection" process (e.g. "trying to connect 3/14 times").
  • some minor spelling problems, I tried to fix obvious ones, but review from native English speaker may be required. We also need to think of optimizing this translation&reviewing process in our future multi-lingual architecture.

adsick avatar Mar 21 '22 14:03 adsick

image note "took 2m38s" - it tried to connect for more than a minute without any feedback to the user

adsick avatar Mar 21 '22 14:03 adsick

also

Your console command:
target/release/near-cli view contract-code network testnet contract adsick.testnet hash at-final-block

message appeared only after waiting for the error, that may be a design flaw or a lack of flushing the print buffer

adsick avatar Mar 21 '22 14:03 adsick