Main read-resource command implementation.
Read resource options from CLI flags
// Read a resource by URIawait readResourceCommand({ server: 'gmail', uri: 'gmail://messages/abc123',}); Copy
// Read a resource by URIawait readResourceCommand({ server: 'gmail', uri: 'gmail://messages/abc123',});
Main read-resource command implementation.