Function run_command

Source
pub fn run_command(command: &str) -> Vec<String>
Expand description

A convenient entry point if you want to use a command string directly. command: &str A Ledger-style command, i.e. “balance -f journal.ledger”