input-output-hk / cardano-rt-view

RTView: real-time watching for Cardano nodes (ARCHIVED)
Apache License 2.0
59 stars 11 forks source link

Minor parsing issues for some options on rt-view start #21

Closed ArturWieczorek closed 4 years ago

ArturWieczorek commented 4 years ago

There are two minor parsing issues when going through initial config setup for rt-view (in bold text):

artur@artur-desktop:~/Projects/RTView_1_19_1_node$ ./cardano-rt-view ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ RTView: real-time watching for Cardano nodes ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Saved configuration file is found. Do you want to use it? <Y/N> 5 How many nodes will you connect (1 - 99, default is 3): 1 Ok, 1 nodes. Input the names of the nodes (default are "node-1"): n-1 Ok, the last node has name "n-1" Indicate the port for the web server (1024 - 65535, default is 8024):

Ok, the server will be listening on http://127.0.0.1:8024 Connections shall be made via pipes (P, default way) or networking sockets (S)? D Ok, pipes will be used. Indicate the directory for them, default is "/tmp/rt-view-pipes": /home/artur/rt-view-pipes Ok, directory "/home/artur/rt-view-pipes" will be used for the pipes. Indicate the directory with static content for the web server, default is "static": qa-static Ok, static content will be taken from directory "qa-static". ────────────────────────────── Great, RTView is ready to run!