anchore / binny

Manage a directory of binaries without a package manager
Apache License 2.0
21 stars 1 forks source link

make basic version of `run` on Windows #18

Closed willmurphyscode closed 5 months ago

willmurphyscode commented 6 months ago

pty and syscall.SIGWINCH will not work on Windows. Make the command a basic pass-through so it will compile on Windows.

Tries to address part 1 on https://github.com/anchore/binny/issues/17.