pub async fn execute( session: &CqlSession, args: &str, writer: &mut dyn Write, ) -> Result<()>
Execute a DESCRIBE command and write output.
Parses the DESCRIBE subcommand and dispatches to the appropriate handler.