NAME
App::sdview::Output::Terminal
- generate terminal formatted output from App::sdview
SYNOPSIS
$ sdview README.pod -o terminal
(though this is likely the default output mode)
DESCRIPTION
This output module generates formatted output with embedded terminal control codes, allowing colours and formatting information to be displayed on a terminal.
By default, if the process standard output stream appears to be a TTY device, the output is piped via less -R to act as a simple iteractive pager.
OPTIONS
- -O nopager
-
Disables use of less as an output pager, causing output to be printed to the terminal directly.
- -O width=NN
-
Overrides the detected width of the terminal.
AUTHOR
Paul Evans <leonerd@leonerd.org.uk>