poise
poise copied to clipboard
.unwrap_or_default() instead of falling back to "<prefix>" in single-command help
fixes #254
Hi, thanks for the fix! Reading the code comments in the removed code, I would prefer you make the fallback string configurable, bc for dynamic prefixes, an empty string is not a good fallback either
@kangalio help_all_commands
already falls back to not showing any prefix here so i copied that logic.
I think this whole file would need a bit of a rewrite