pub fn run() -> ExitCodeExpand description
Binary entry-point helper used by both src/main.rs and src/bin/sponge.rs.
Library consumers should use SpongeBuilder directly; this helper exists
only to share the binary entry shape between the default rusty-sponge
binary and the optional sponge alias.