pub fn current_binary_path() -> Result<PathBuf>
Get the path to the currently-running executable, with sensible fallback. Used by callers who haven’t been handed an explicit binary path (the common case from the gruel CLI).
gruel