Prefix markdown commands with md- prefix #44
Reference in New Issue
Block a user
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?
For consistency we should have prefixes for get, ingest, list.
Well I am not sure. Let's think about that from a plugin framework perspectiv.
Can the Markdown capability we started from be a plugin, too? Does it make sense to separate it into a plugin?
If so the command prefix should definitely reflect the idea that each plugin provides a cli prefix as something like a subcommand namespace. That helps to understand and structure the system.
Provide an architectural swat analysis and enable me to make an informed decision.
My guess is going full plugin style could provide elegance and maintainability. I thought about going with a lazyload model for the plugins and it might be strange to have different architecture paradigms in parallel.