fix: disable output highlight
Need to be disabled within our scope of use
This commit is contained in:
parent
26fb63d939
commit
b78b2ebfbb
@ -73,7 +73,7 @@ class NCMLyricsApp:
|
|||||||
nargs=-1,
|
nargs=-1,
|
||||||
)
|
)
|
||||||
def main(outputs: list[Path], exist: bool, overwrite: bool, quiet: bool, links: list[str]) -> int:
|
def main(outputs: list[Path], exist: bool, overwrite: bool, quiet: bool, links: list[str]) -> int:
|
||||||
console = Console(theme=NCMLyricsAppTheme)
|
console = Console(theme=NCMLyricsAppTheme, highlight=False)
|
||||||
|
|
||||||
if len(links) == 0:
|
if len(links) == 0:
|
||||||
console.print(
|
console.print(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user