Last updated 2 years ago
This demo application used the MATH MULT command tha is defined in another Assembly.
MATH MULT
Sometimes it is helpful for an argument (a Context property) to be specified multiple times
var builder = CommandHostBuilder.Create(args); // Add all command implementations from Assembly builder.ConfigureCommands( commandDescriptors => commandDescriptors.AddAssembly(typeof(MultCommand))); builder.Start();