mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-30 04:20:43 +00:00
Ask user for package install
This commit is contained in:
parent
4e28223284
commit
86317465ce
2 changed files with 12 additions and 2 deletions
|
@ -18,7 +18,7 @@ class Print:
|
|||
|
||||
def err(text: str) -> None:
|
||||
"""Print syntax for error"""
|
||||
print(f"{Color.RED} !! {text}{Color.RESET}")
|
||||
print(f"\n{Color.RED} !! {text}{Color.RESET}")
|
||||
|
||||
def cancel(text: str) -> None:
|
||||
"""Print syntax for cancellation"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue