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
When -k isn't specified, the template default is used at the moment.
You can't change the template dynamically.
In this proposal, we support changing the template dynamically according to the command line arguments and executed command result.
Drawback of this idea
if condition may be broken unexpectedly.
For example, if: Command startsWith "gh issue create" doesn't match gh -R suzuki-shunsuke/github-comment issue create.
When
-k
isn't specified, the templatedefault
is used at the moment.You can't change the template dynamically.
In this proposal, we support changing the template dynamically according to the command line arguments and executed command result.
Drawback of this idea
if
condition may be broken unexpectedly.For example,
if: Command startsWith "gh issue create"
doesn't matchgh -R suzuki-shunsuke/github-comment issue create
.Example
e.g.
The text was updated successfully, but these errors were encountered: