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 was looking for ways to access parent flags and got confused with the example on the README which uses a Context to achieve this.
Found an issue which states this more clearly: #121 (comment)
I was looking for ways to access parent flags and got confused with the example on the README which uses a Context to achieve this.
Found an issue which states this more clearly: #121 (comment)
Currently: https://github.com/alecthomas/kong?tab=readme-ov-file#attach-a-run-error-method-to-each-command
Wouldn't it make more sense to put it like mentioned in the linked issue
this highlights that calling
ctx.Run()
without arguments makes CLI available insideRun
The text was updated successfully, but these errors were encountered: