Clean up help generation logic #5
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This currently does too many things at comptime, and most of it should be done at runtime (this was partially due to the messy allocator situation before, but now the help generator can have access to its parent command's arena allocator, no problem).