Function find_binary
Source pub fn find_binary(explicit_path: Option<&str>) -> Option<PathBuf>
Expand description
Find the DDA binary.
Resolution order:
- Explicit path (if provided)
- $DDA_BINARY_PATH environment variable
- $DDA_HOME/bin/ directory
- Default search paths
§Arguments
explicit_path - Optional explicit path to binary
§Returns
Path to binary if found, None otherwise