template<typename... T>
tk::cmd_keywords class

Helper to declare a set of command line keywords

This ensures that a compile-error is generated if there is no alias defined for the keyword, and also if the aliases are non-unique.