diff options
| author | Jeff Carr <[email protected]> | 2025-02-22 06:53:10 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-22 06:53:10 -0600 |
| commit | ef24c64f5b195707b79c1f4bca2c993faa074183 (patch) | |
| tree | e255efb50c1e539eb6b3adadd87e9c5eba1bd810 | |
| parent | 06564368bc07e90e721c26cb074d45e3a8ab3d6b (diff) | |
expose funcv0.0.9
| -rw-r--r-- | human.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ func checkCmdSimple(cmd string) bool { return true } -func checkCmd(cmd string) (string, error) { +func CheckCmd(cmd string) (string, error) { path, err := exec.LookPath(cmd) if err != nil { fmt.Printf("\n%s is not in the PATH\n", cmd) |
