You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Empty option prefixes are not allowed
* Short options need to have a length of 1
* Return results by yielding
* Add API obsolete safety test
* Add second implementation of argument manager that will work better
* Add command context to keep track of the current command
* Add logging
* Test run with ArgumentManager2 implementation
* Add logging in tests
* Implement input parsing feature v2 fixes#89
* Use new ArgumentManager everywhere
* Remove old ArgumentManager
* Inject IArgumentManager
* Remove non async versions
* Rework input parsing (#94)
* Empty option prefixes are not allowed
* Short options need to have a length of 1
* Return results by yielding
* Add API obsolete safety test
* Add second implementation of argument manager that will work better
* Add command context to keep track of the current command
* Add logging
* Test run with ArgumentManager2 implementation
* Add logging in tests
* Implement input parsing feature v2 fixes#89
* Use new ArgumentManager everywhere
* Remove old ArgumentManager
* Inject IArgumentManager
* Remove non async versions
* Implement order attribute
* Rename to ArgumentManager
* Fix ordered options need to be processed back to back or an exception will be thrown.
* Fix codefactor
* Add more tests
This will allow for #45 and #54 to be implemented.
The text was updated successfully, but these errors were encountered: