20 references to DocsCommandStrings
aspire (20)
Commands\DocsCommand.cs (1)
28
: base("docs",
DocsCommandStrings
.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\DocsGetCommand.cs (6)
27
Description =
DocsCommandStrings
.SlugArgumentDescription
32
Description =
DocsCommandStrings
.SectionOptionDescription
37
Description =
DocsCommandStrings
.FormatOptionDescription
48
: base("get",
DocsCommandStrings
.GetDescription, features, updateNotifier, executionContext, interactionService, telemetry)
72
DocsCommandStrings
.LoadingDocumentation,
77
InteractionService.DisplayError(string.Format(CultureInfo.CurrentCulture,
DocsCommandStrings
.DocumentNotFound, slug));
Commands\DocsListCommand.cs (5)
28
Description =
DocsCommandStrings
.FormatOptionDescription
39
: base("list",
DocsCommandStrings
.ListDescription, features, updateNotifier, executionContext, interactionService, telemetry)
59
DocsCommandStrings
.LoadingDocumentation,
64
InteractionService.DisplayError(
DocsCommandStrings
.NoDocumentationAvailable);
75
InteractionService.DisplaySuccess(string.Format(CultureInfo.CurrentCulture,
DocsCommandStrings
.FoundDocumentationPages, docs.Count));
Commands\DocsSearchCommand.cs (7)
28
Description =
DocsCommandStrings
.QueryArgumentDescription
33
Description =
DocsCommandStrings
.FormatOptionDescription
38
Description =
DocsCommandStrings
.LimitOptionDescription
49
: base("search",
DocsCommandStrings
.SearchDescription, features, updateNotifier, executionContext, interactionService, telemetry)
73
DocsCommandStrings
.LoadingDocumentation,
78
InteractionService.DisplayError(string.Format(CultureInfo.CurrentCulture,
DocsCommandStrings
.NoResultsFound, query));
89
InteractionService.DisplaySuccess(string.Format(CultureInfo.CurrentCulture,
DocsCommandStrings
.FoundSearchResults, response.Results.Count, query));
Resources\DocsCommandStrings.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.DocsCommandStrings", typeof(
DocsCommandStrings
).Assembly);