Function ledger_rs_lib::run
source · pub fn run(args: Vec<String>) -> Vec<String>Expand description
Entry point. The commands and arguments sent to the CLI are recognized and 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.