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
Right now available sub-commands section for `tkn <main-command> -h`
is absent.
This patch fixes the `tkn help` command by adding the right annotations
so that help template can process it correctly.
Fixestektoncd#225
Right now available sub-commands section for `tkn <main-command> -h`
is absent.
This patch fixes the `tkn help` command by adding the right annotations
so that help template can process it correctly.
Fixes#225
Right now available subb commands list section for
tkn <main-command> -h
is absent.
Expected Behavior
Should display the list of available sub commands.
Actual Behavior
is not showing the sub commands list.
Steps to Reproduce the Problem
master
branchgo build ./cmd/tkn
./tkn pipeline -h
commandThe text was updated successfully, but these errors were encountered: