fastapi-cli icon indicating copy to clipboard operation
fastapi-cli copied to clipboard

✨ Improve UI for `fastapi dev` and `fastapi run`

Open patrick91 opened this issue 1 year ago • 1 comments

This PR adds rich-toolkit to improve the look and feel of the app, for now we are only updating the server commands 😊

In terms of the code, I've most of the output out from the discover file into the main cli file (better to keep those utils simpler without any output)

CleanShot 2024-09-23 at 08 06 49@2x

Some potential improvements:

  • ~~Better errors~~
  • Different colors for different log levels

patrick91 avatar Sep 23 '24 07:09 patrick91

There's a small issue when pressing CTRL+C:

CleanShot 2024-09-23 at 17 22 48@2x

you can see ^C (this is sent by the terminal), I have some ideas on how to workaround this, but I don't think it is worth doing it in this PR (if worth doing it at all)

patrick91 avatar Sep 23 '24 15:09 patrick91