fmt
Source code
This file contains functions for formatting text
Index
fmt::tty
Format text to the width of the terminal
Example
Arguments
- $1 (string|stdin): text to format. If not provided, will read from stdin
Output on stdout
- The formatted text
Was this section helpful?