Closed
Description
Summary
Many places in client-land we pass a CLIContext
object and a codec to respective handlers, methods, and functions. This is completely unnecessary afaik due to the CLIContext
already having the codec set. A lot of interface/function/method signatures can be cleaned up by removing the need for a codec as an argument.
/cc @rigelrozanski @jackzampolin @fedekunze
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned