I wonder is there a way to provide Desctiption for commands/options/arguments through the delegate/class rather than via Attribute? Use case is the following: I would like to display possible values of an argument in help screen based on sections in configuration file, therefore I would like to have access to IConfiguration in some kind of delegate/class that is responsible to provide descriptions for my arguments.
I wonder is there a way to provide Desctiption for commands/options/arguments through the delegate/class rather than via Attribute? Use case is the following: I would like to display possible values of an argument in help screen based on sections in configuration file, therefore I would like to have access to IConfiguration in some kind of delegate/class that is responsible to provide descriptions for my arguments.