Clearer Terminal Messages for "fprime-gds" and "nodemon [visualizer]" Commands #2151
Labels
Easy First Issue
An issue that should be straight forward to implement, and easily tested via CI.
enhancement
F´ GDS
Issues pertaining to the F´ GDS
High Priority
High Priority issue that needs to be resolved.
need-to-reproduce
F´ developers need to reproduce.
Feature Description
Add a link to http://localhost:5000 as part of the message emitted in the terminal when
fprime-gds
is successfully run; add a note that the user can quit out usingCtrl-C
as part of the message emitted whennodemon [fprime-visual-path]/server/index.js ./.fpv-env
does the same.Rationale
I've noticed as I've worked with F' projects and tools more that
fprime-gds
tells the user that they can shut down the system by enteringCtrl-C
, but that it doesn't give a link to the browser page where the GDS is running. I know that for some people it starts automatically; however, this has never happened for me personally, and I feel it would be a simple and worthwhile inclusion to the terminal message which accompanies a successful execution of the command.Inversely, running the command to boot up the fprime visualizer gives a link to the browser page where it can be used, but does not inform the user of how to close out of said visualizer (using
Ctrl-C
). This isn't a huge deal, asCtrl-C
is a reasonably standard quit command from what I can tell, but it would help some newer users and make the two tools more consistent.I'll attach two screenshots below from the terminal--depicting a terminal in which I launched both the GDS and Visualizer earlier today in a recently-created project--for reference.
The text was updated successfully, but these errors were encountered: