It could be useful to be able to override the default compression type via config option without having to specify an explicit compression type in the related --compress <type> option for every call.
This would probably require collapsing the type argument to a enum value while running instead of internally via clap parsing since the config object wouldn't be available in that context.