mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-09 19:13:14 -06:00
style: bold the cli text
This commit is contained in:
parent
b7883a9aa9
commit
c97bc81f08
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ from typing import (
|
|||
from urllib.error import HTTPError
|
||||
from urllib.request import urlopen
|
||||
|
||||
__version__ = "23.5a2-6-gd3f4bf9-dev"
|
||||
__version__ = "23.5a2-7-g0aff002-dev"
|
||||
|
||||
|
||||
class Config:
|
||||
|
@ -1049,7 +1049,7 @@ class Viv:
|
|||
echo("symlinking cli")
|
||||
|
||||
if cli.is_file() and confirm(
|
||||
f"Existing file at {cli}, would you like to overwrite it?"
|
||||
f"Existing file at {a.style(cli,'bold')}, would you like to overwrite it?"
|
||||
):
|
||||
cli.unlink(src)
|
||||
cli.symlink_to(src)
|
||||
|
|
Loading…
Reference in a new issue