You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to building interactive CLIs, so I am not sure of if this feature falls into the API area of console crate or in a TUI library like ratatui.
I want to print a string into the terminal with center alignment, does this is supported or will supported by this crate? I am asking it because I don't want to depend on the ratatui crate just for centering a text in the terminal.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi!
I am new to building interactive CLIs, so I am not sure of if this feature falls into the API area of
console
crate or in a TUI library likeratatui
.I want to print a string into the terminal with center alignment, does this is supported or will supported by this crate? I am asking it because I don't want to depend on the
ratatui
crate just for centering a text in the terminal.Thanks in advance!
The text was updated successfully, but these errors were encountered: