perpetualintelligence/terminal

Remove hardcode UnicodeTextHandler in CommandBuilder

Closed this issue · 1 comments

Describe the bug

Make this configurable in CommandBuilder.cs

// UnicodeTextHandler is hard-coded
commandDescriptor.OptionDescriptors = new OptionDescriptors(new UnicodeTextHandler(), optionDescriptors);

Starting 5.5.1 Text handler is not passed explicitly allowing consistent text handling across entire terminal.