Future<int> coderes(final String cmd) => Task(() => _io.runInherit(cmd)) .flatMap((final res) => Task(() => res.exitCode)) .run();