AtomicBlom / Brigadier.NET

a .NET Port of Mojang's command line parser
MIT License
44 stars 7 forks source link

Redirects don't show up in GetSmartUsage #8

Closed robmart closed 1 month ago

robmart commented 1 month ago

Redirects are accounted for in GetSmartUsage(CommandNode<TSource>, TSource, bool, bool) but not GetSmartUsage(CommandNode<TSource>, TSource), so they don't show up when using that method.

robmart commented 1 month ago

Might be related to #5, I think Redirects just aren't parsed correctly

robmart commented 1 month ago

Actually this is consistent with brigadier, closing