Function ledger_rs_lib::run

source ·
pub fn run(args: Vec<String>) -> Vec<String>
Expand description

An entry point for the CLIs. The commands and arguments sent to the CLI are processed here. This is so that 3rd-party clients can pass argv and get the same result. The arguments should be compatible with Ledger, so that the functionality is comparable.