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