Readonly argsThe arguments passed to the program.
Readonly errThe final stderr.
Readonly exeThe name of the program used to execute the command.
Readonly exitThe exit code returned by the program. Zero means no errors occurred.
Readonly outThe final stdout.
Readonly repositoryThe path of the repository targeted by the command.
CommandResult contains uninterpreted information about a completed command execution.