CommandParser.Info

The CommandInfo for the command being parsed. Special note is that this is compile-time viewable.

struct CommandParser(alias CommandT, alias ArgBinderInstance = ArgBinder!())
enum Info = getCommandInfoFor!(CommandT, ArgBinderInstance);

Meta