Cysharp / ConsoleAppFramework

Zero Dependency, Zero Overhead, Zero Reflection, Zero Allocation, AOT Safe CLI Framework powered by C# Source Generator.
MIT License
1.54k stars 88 forks source link

How to override ShowVersion (and ShowHelp)? #113

Closed xPaw closed 1 month ago

xPaw commented 1 month ago

Unless I am missing something, I think it's currently not possible to override these to provide my own implementation (I want to print extra stuff in version for example).

Some way to specify my own methods for these that return strings would be great.

neuecc commented 1 month ago

We will consider it.