Replies: 1 comment 4 replies
-
Fair point. This is used by the shellcode to determine if we provide a program or not. Thus it returns the fully qualified name.
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My expectation of running
tea --which
is that it behaves as the UNIXwhich
command, which outputs the path of whichever command is passed in. However this is not currently the case:Instead, I'd expect something like:
Now granted,
tea
is supposed to hide bin paths as much as possible and handle the resolving for you, so maybe this--which
flag isn't even something useful to have. However, it's still confusing and sets the wrong expectation for the user.Maybe just renaming the flag is the way to go? Here are a few ideas:
Beta Was this translation helpful? Give feedback.
All reactions