fn parse_export(args: &BTreeMap<String, String>) -> Result<ExportSpec>Expand description
Parse an export sub-command into an ExportSpec. The kind= argument
selects the variant (defaulting to index); each kind takes its own arguments.
fn parse_export(args: &BTreeMap<String, String>) -> Result<ExportSpec>Parse an export sub-command into an ExportSpec. The kind= argument
selects the variant (defaulting to index); each kind takes its own arguments.