SerenityOS build: Monday, January 22
Images 💾⌗
- serenity-x86_64-20240122-1d43bfc.img.gz (Raw image, 212.09 MiB)
Last commit ⭐⌗
commit 1d43bfc598b66dd01e9db9ca9854ffc4bc756a56
Author: Kemal Zebari <kemalzebra@gmail.com>
AuthorDate: Wed Jan 17 16:02:52 2024 -0800
Commit: Tim Flynn <trflynn89@pm.me>
CommitDate: Sun Jan 21 21:54:51 2024 -0500
base64: Implement -w/--wrap
This is an option supported by coreutils, so we might as well support
it too.
It allows users to wrap their encoded output after the "column" value
they provide.
This commit also has the Markdown look more like what we see
when running ArgsParser::print_usage_markdown() (and it fixes some
of the examples).
Other builds