You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to reference the "current" binary from an Exec call but then
I realized I can't know at what level I already am in the cmd tree. What
I mean is that I could either be the top level command or a subcmd from
a multicall or part of an isolated subtree.
Having the abillity to search for a cmd and its path will allow me to
check whether the subcmd I'm trying to run exists or not.
The text was updated successfully, but these errors were encountered:
I am trying to reference the "current" binary from an Exec call but then
I realized I can't know at what level I already am in the cmd tree. What
I mean is that I could either be the top level command or a subcmd from
a multicall or part of an isolated subtree.
Having the abillity to search for a cmd and its path will allow me to
check whether the subcmd I'm trying to run exists or not.
The text was updated successfully, but these errors were encountered: