I'd love to add a very basic plugin system to my CLI project. If a certain file (plugin) is detected, I want to expose it via the command parser as a new command.
Is it possible to add new commands (ParsableCommand
) at runtime?
I'd love to add a very basic plugin system to my CLI project. If a certain file (plugin) is detected, I want to expose it via the command parser as a new command.
Is it possible to add new commands (ParsableCommand
) at runtime?