Execute a Command Programatically

cmd = new {ExistingDendronCommand}()
// logic to get args
const args = ....
cmd.execute(args)

Backlinks