Template mechanism by default #8
Loading…
Add table
Add a link
Reference in a new issue
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?
The template mechanism is quite handy since it provides a way to write plain text and get instantly messages shown in the motd.
This is not how motd works since it can also execute functions for more complicated outputs.
For this helper command, make the plain text mechanism (with template) the default behaviour (invert -t option for add) since it covers basic usage.
Maybe with a config option make the add command to make the use of a template by default.
Adding execuatable file should still be possible (No template usage)