diff options
Diffstat (limited to 'bin/pre')
-rwxr-xr-x | bin/pre | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -15,6 +15,20 @@ help() { Options: -c COLOR ANSI color to be used on the prefix text -h, --help show this message + + Prefix STDIN with PREFIX. + + + Examples: + + Prefix with 'database': + + $ ./run-db.sh | pre 'database' + + + Prefix with yellow 'numbers': + + $ seq 10 | pre -c yellow numbers EOF } |