execute

Function execute 

Source
pub fn execute(
    matches: &ArgMatches<'_>,
    solana_version: &str,
    socket_addr_space: SocketAddrSpace,
    ledger_path: &Path,
    operation: Operation,
) -> Result<(), Box<dyn Error>>