1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 01:35:33 +02:00

less: Add example for enabling ANSI color output (#849)

This commit is contained in:
Severen Redwood 2016-05-12 21:49:04 +12:00 committed by Waldir Pimenta
parent f4b7d59322
commit f4e69318b7

View file

@ -24,6 +24,10 @@
`?{{something}} then n (next), N (previous)`
- Enable output of ANSI colors:
`git diff --color | less -R`
- Exit:
`q`