…f additional functions and commands alongside default options.
With this update, it's now possible to register extra extensions or packages seamlessly while still using default parse options. The change was achieved by creating a ParseOptions instance using the CreateDefault() method and then registering a new function like FilterBySchema using the RegisterFunction() method.
This improvement increases the overall usability and extensibility of the Jlio implementation, enabling developers to easily build upon existing functionality without losing the benefits of default options.
…f additional functions and commands alongside default options.
With this update, it's now possible to register extra extensions or packages seamlessly while still using default parse options. The change was achieved by creating a ParseOptions instance using the CreateDefault() method and then registering a new function like FilterBySchema using the RegisterFunction() method.
This improvement increases the overall usability and extensibility of the Jlio implementation, enabling developers to easily build upon existing functionality without losing the benefits of default options.