CliFx v2.1 Release Notes

    • ➕ Added IConsole.Clear() with corresponding implementations in SystemConsole, FakeConsole, and FakeInMemoryConsole. (Thanks @Alex Rosenfeld)
    • ➕ Added IConsole.ReadKey() with corresponding implementations in SystemConsole, FakeConsole, and FakeInMemoryConsole. (Thanks @Alex Rosenfeld)
    • 🛠 Fixed an issue that caused parameters to appear out of order in the usage format section of the help text. (Thanks @David Fallah)