mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-24 22:03:06 +01:00
6 lines
102 B
Bash
6 lines
102 B
Bash
# text: highlight
|
|
|
|
highlight \
|
|
--replace-tabs=4 --out-format=ansi \
|
|
--style='pablo' --force -- "$f"
|