Tyrrrz / CliFx

Class-first framework for building command-line interfaces
MIT License
1.48k stars 60 forks source link

Make it possible to specify custom conversion for options #19

Closed Tyrrrz closed 5 years ago

Tyrrrz commented 5 years ago
[CommandOptionConverter(typeof(Converter))]
Tyrrrz commented 5 years ago

Did it differently, by injecting custom ICommandOptionInputConverter