예제 #1
0
 internal string ShowDescription(int padLength)
 {
     return($"{Name.AsKey()}: {Description}".Align(UsageIndent.Mode, padLength));
 }