How to just display text without enter a reactive mode? #44
Answered
by
Im-Beast
ngdangtu-vn
asked this question in
Q&A
|
TUI is powerful, but not every part in my cli need tui. For instance, I have a "help" page and I just need to print out then done. Do we have any option to just print out then exit ( I think I saw something like |
Answered by
Im-Beast
Feb 11, 2024
Replies: 1 comment 4 replies
|
You could check out Nice, another module of mine that sounds exactly what you want. To see how to use it, please go to the examples in the repo. Keep in mind however that |
4 replies
Answer selected by
ngdangtu-vn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could check out Nice, another module of mine that sounds exactly what you want. To see how to use it, please go to the examples in the repo.
Keep in mind however that
Niceis still work in progress, while most things already work, there might be some changes in the future. Any sort of feedback regarding it would be fantastic as well!