pkgx
pkgx copied to clipboard
Issue 167 arg0 magic
This includes PR https://github.com/teaxyz/cli/pull/190 and so that PR should probably be closed. IDK.
Anyway, I guess this implements https://github.com/teaxyz/cli/issues/167. It was easier than I thought (because you already added tea_foo).
This only half completes 167 because it doesn't include the version stuff.
- ...etc... (up to 10)
To request a re-review, you would click the "refresh" symbol next to the reviewer in question (mxcl, in this case).
This isn't working for me. I keep getting loops. I think https://github.com/teaxyz/cli/issues/199 is worse than I thought.
k this doesn’t work because -X foo
uses foo
from the path if it finds it rather than looks for a package.
Can fix by making -X
not do that (which honestly maybe is the correct choice) or making -X
not call foo
if it's a symlink to tea
(which honestly we should also do). Coming up.
k fixed in next release, Gratz on this excellent contribution!
Very excited! Time to replace stuff!