Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Add path function to detect binary #40

Merged
merged 2 commits into from
Feb 10, 2020

Commits on Feb 6, 2020

  1. feat: add .path and .path.silent functions to detect binary

    After installation if you wish to specify a path to the installed
    binary, it's useful for this module to be able to tell the world
    where it put the binary, so this PR adds `.path` and `.path.silent()`
    functions to do that.
    
    This way we can use the installed module without having to rely on
    any external context or platform.
    achingbrain committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    f9af4e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aecef2 View commit details
    Browse the repository at this point in the history