pub async fn execute_info_command(
sstable_path: &Path,
detailed: bool,
format: InfoOutputFormat,
validate: bool,
schema_path: Option<&Path>,
auto_detect: bool,
cassandra_version: Option<String>,
) -> Result<()>Expand description
Main info command implementation