Future<void> cli(List<String> args) async { await _runAndExit(await UnifyCommandRunner().run(args)); }