You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like most of our CLI commands don't have anything specific to output, so we should provide a Response::default() impl that just serializes to an empty string.
Summary
Seems like most of our CLI commands don't have anything specific to output, so we should provide a
Response::default()
impl that just serializes to an empty string.Proposal
Default
forResponse
. e.g.Response
optional in theHandler
trait, e.g.The text was updated successfully, but these errors were encountered: