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 know I can probably do this by invoking the generated function but I am looking for some documentation-based guidance (if possible) on this scenario. I have two commands, let's say, cli dothis and cli dothat.
I want to call cli dothat from within the implementation for cli dothis. Can this be done without knowing the internals of the generated bashly file?
The text was updated successfully, but these errors were encountered:
I know I can probably do this by invoking the generated function but I am looking for some documentation-based guidance (if possible) on this scenario. I have two commands, let's say,
cli dothis
andcli dothat
.I want to call
cli dothat
from within the implementation forcli dothis
. Can this be done without knowing the internals of the generated bashly file?The text was updated successfully, but these errors were encountered: