dev: Renamed some classes, making the new string model work

This commit is contained in:
Kwoth
2024-05-07 22:55:56 +00:00
parent 3e71d9f1ba
commit 577d62a1c1
6 changed files with 31 additions and 9 deletions

View File

@@ -154,7 +154,7 @@ public static class Extensions
}
else
{
args = strings.GetCommandStrings(cmd.Summary, culture).Args;
args = strings.GetCommandStrings(cmd.Summary, culture).Examples;
}
return args.Map(arg => GetFullUsage(cmd.Aliases.First(), arg, prefix));