A common use case of Subxt is to generate client logic to talk to specific pallets.
Currently the CLI tool downloads the entirety of the metadata from a node.
It'd be nice if we could instruct the client to strip metadata (either direct from a node or provided) to include only the information necessary for specific pallets to be called. This would allow for more compact codegen and smaller metadata files to be kept around among other things.