find_binary

Function find_binary 

Source
pub fn find_binary(explicit_path: Option<&str>) -> Option<PathBuf>
Expand description

Find the DDA binary.

Resolution order:

  1. Explicit path (if provided)
  2. $DDA_BINARY_PATH environment variable
  3. $DDA_HOME/bin/ directory
  4. Default search paths

§Arguments

  • explicit_path - Optional explicit path to binary

§Returns

Path to binary if found, None otherwise