:ARGS --help :INPUT :OUTPUT-FILTER s/^(.+?-e, --eol .+?default: )\w+]/\1EOL_DEFAULT]/ s/^(.+?-f, --config .+?default: ).*/\1GLOBAL_CONFIG]/ s/^(.+?-n, --encoding .+?default: ).*/\1CHARSET_DEFAULT]/ :EXPECTED boxes - draws any kind of box around your text (or removes it) Website: https://boxes.thomasjensen.com/ Usage: boxes [options] [infile [outfile]] -a, --align Alignment/positioning of text inside box [default: hlvt] -c, --create Use single shape box design where str is the W shape --color Force output of ANSI sequences if present --no-color Force monochrome output (no ANSI sequences) -d, --design Box design [default: first one in file] -e, --eol Override line break type (experimental) [default: EOL_DEFAULT] -f, --config Configuration file [default: GLOBAL_CONFIG] -h, --help Print usage information -i, --indent Indentation mode [default: box] -k Leading/trailing blank line retention on removal --kill-blank Kill leading/trailing blank lines on removal (like -k true) --no-kill-blank Retain leading/trailing blank lines on removal (like -k false) -l, --list List available box designs w/ samples -m, --mend Mend (repair) box -n, --encoding Character encoding of input and output [default: CHARSET_DEFAULT] -p, --padding Padding [default: none] -q, --tag-query Query the list of designs by tag -r, --remove Remove box -s, --size Box size (width w and/or height h) -t, --tabs Tab stop distance and expansion [default: 8e] -v, --version Print version information :EOF