mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-12-18 16:25:47 +08:00
Conditionally trim trailing periods of argument and option descriptions (#1740)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//------------------------------------------------------------------------------
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
@@ -124,7 +124,7 @@ namespace Spectre.Console.Cli.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Prints help information.
|
||||
/// Looks up a localized string similar to Prints help information..
|
||||
/// </summary>
|
||||
internal static string PrintHelpDescription {
|
||||
get {
|
||||
@@ -133,7 +133,7 @@ namespace Spectre.Console.Cli.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Prints version information.
|
||||
/// Looks up a localized string similar to Prints version information..
|
||||
/// </summary>
|
||||
internal static string PrintVersionDescription {
|
||||
get {
|
||||
|
||||
Reference in New Issue
Block a user