Files
ladybird/Userland/DevTools/HackStudio/Git/GitRepo.cpp
Itamar fbdd6df185 LibCore: Make Core::command return CommandResult struct
Previously, Core::command only returned a String which contained the
data from stdout.

The CommandResult struct contains the exit code as well as the data
from stdout and stderr.
2022-01-12 14:55:19 +01:00

3.2 KiB