use Result;
use Args;
use TransactionBuilderFactory;
/// Validate the datastore path for the `fix` subcommand.
///
/// Only the `TransactionBuilderFactory` bound is required here because this
/// command does not need to start the HTTP server or build routes.
pub async