diff options
| author | Eric Biggers <ebiggers@google.com> | 2020-05-09 14:52:06 -0700 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2020-05-09 15:21:31 -0700 |
| commit | 1a47ab1e565f7052e34b0677a1df6789e6ecf3a9 (patch) | |
| tree | a00566615030e2b9efbfa2e1e87cfefecbbea7da /cli-tests/t_encrypt_custom.sh | |
| parent | 1cdefc21b8b07aad7aafeefd05d3124cf93b9216 (diff) | |
cmd/fscrypt: make wrapText() support code blocks
Allow the input text to contain "code blocks" denoted by lines beginning
with ">", e.g.:
Foo bar baz:
> echo foo
> echo bar
Instead of squashing these lines together, preserve the line breaks
between them and add indentation, e.g.:
Foo bar baz:
echo foo
echo bar
Diffstat (limited to 'cli-tests/t_encrypt_custom.sh')
0 files changed, 0 insertions, 0 deletions