Closed RayBenefield closed 3 years ago
If one command kd ls uses a plug, and another command uses the run function of that command, it has to define the same plugs. I want to avoid this so I'm moving plug definition to the actual cli configuration.
kd ls
run
cli
Expected Behavior
If one command
kd ls
uses a plug, and another command uses therun
function of that command, it has to define the same plugs. I want to avoid this so I'm moving plug definition to the actualcli
configuration.