2 references to FileBasedAppsCommand
dotnet (1)
Commands\Clean\CleanCommandParser.cs (1)
17
command.
FileBasedAppsCommand
.SetAction(parseResult => new CleanFileBasedAppArtifactsCommand(parseResult).Execute());
Microsoft.DotNet.Cli.Definitions (1)
Commands\Clean\CleanCommandDefinition.cs (1)
69
Subcommands.Add(
FileBasedAppsCommand
);