AppRunner constructor

AppRunner()

Implementation

AppRunner() : super('truesight_cli', 'A sample CLI package') {
  addCommand(GreetCommand());
  addCommand(ValidateModelsCommand());
}