6 references to CleanFileBasedAppArtifactsCommandParser
dotnet (6)
Commands\Clean\CleanCommandParser.cs (1)
67command.Subcommands.Add(CleanFileBasedAppArtifactsCommandParser.Command);
Commands\Clean\FileBasedAppArtifacts\CleanFileBasedAppArtifactsCommand.cs (5)
17bool dryRun = _parseResult.GetValue(CleanFileBasedAppArtifactsCommandParser.DryRunOption); 73var days = _parseResult.GetValue(CleanFileBasedAppArtifactsCommandParser.DaysOption); 92if (!_parseResult.GetValue(CleanFileBasedAppArtifactsCommandParser.AutomaticOption)) 130CleanFileBasedAppArtifactsCommandParser.Command.Name, 131CleanFileBasedAppArtifactsCommandParser.AutomaticOption.Name,