mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-09 21:32:19 +00:00
[PR #856] [CLOSED] Look for dumping programs on $PATH #1198
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/MPF/pull/856
Author: @leo60228
Created: 6/3/2025
Status: ❌ Closed
Base:
master← Head:resolve-binary-path📝 Commits (1)
86ac79cLook for dumping programs on $PATH📊 Changes
1 file changed (+21 additions, -3 deletions)
View changed files
📝
MPF.CLI/Program.cs(+21 -3)📄 Description
This can be more flexible and convenient in certain configurations. For example, on NixOS it isn't unreasonable to want to run MPF in a
nix shellwith a temporary installation of redumper on $PATH.I tried to avoid unneeded repetition in the code, which was a bit difficult since a property can't be passed as a
refparameter. I can switch to makingResolveBinaryonly called as a fallback if that would be preferable.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.