15 references to InstallCommandArgs
Microsoft.TemplateEngine.Cli (1)
Commands\install\BaseInstallCommand.cs (1)
52return new InstallCommandArgs(this, parseResult);
Microsoft.TemplateEngine.Cli.UnitTests (14)
ParserTests\InstallTests.cs (13)
21InstallCommandArgs args = new((InstallCommand)parseResult.CommandResult.Command, parseResult); 41Assert.Throws<ArgumentException>(() => new InstallCommandArgs((InstallCommand)parseResult.CommandResult.Command, parseResult)); 55Assert.Throws<ArgumentException>(() => new InstallCommandArgs((LegacyInstallCommand)parseResult.CommandResult.Command, parseResult)); 66InstallCommandArgs args = new((InstallCommand)parseResult.CommandResult.Command, parseResult); 83InstallCommandArgs args = new((InstallCommand)parseResult.CommandResult.Command, parseResult); 90args = new InstallCommandArgs((InstallCommand)parseResult.CommandResult.Command, parseResult); 104InstallCommandArgs args = new((InstallCommand)parseResult.CommandResult.Command, parseResult); 111args = new InstallCommandArgs((InstallCommand)parseResult.CommandResult.Command, parseResult); 125InstallCommandArgs args = new((InstallCommand)parseResult.CommandResult.Command, parseResult); 142InstallCommandArgs args = new((LegacyInstallCommand)parseResult.CommandResult.Command, parseResult); 160InstallCommandArgs args = new((LegacyInstallCommand)parseResult.CommandResult.Command, parseResult); 176InstallCommandArgs args = new((LegacyInstallCommand)parseResult.CommandResult.Command, parseResult); 192InstallCommandArgs args = new((LegacyInstallCommand)parseResult.CommandResult.Command, parseResult);
ParserTests\MiscTests.cs (1)
110InstallCommandArgs args = new((InstallCommand)parseResult.CommandResult.Command, parseResult);