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
Allow a node with a Run() method to run without a subcommand (#614)
A node that declares subcommands but also defines a Run() method can now
be invoked on its own. checkMissingChildren no longer requires one of the
subcommands to be selected when the node is runnable, and ctx.Run()
already runs such a node.
0 commit comments