pub fn run_cli(
    natives: Vec<(AccountAddress, Identifier, Identifier, NativeFunction)>,
    cost_table: &CostTable,
    error_descriptions: &ErrorMapping,
    move_args: Move,
    cmd: Command
) -> Result<()>