3 implementations of ICommandDocument
dotnet (2)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
13internal partial class MicrosoftTestingPlatformTestCommand : Command, ICustomHelp, ICommandDocument
DocumentedCommand.cs (1)
11public class DocumentedCommand(string name, string docsLink, string description = null) : Command(name, description), ICommandDocument
Microsoft.TemplateEngine.Cli (1)
Commands\NewCommand.cs (1)
11internal partial class NewCommand : BaseCommand<NewCommandArgs>, ICustomHelp, ICommandDocument
1 reference to ICommandDocument
dotnet (1)
Commands\Help\HelpCommand.cs (1)
109if (parsedCommand?.CommandResult?.Command is ICommandDocument dc)