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
@@ -56,10 +57,14 @@ By default, changes are not merged - keeping the working directory untouched.
56
57
A different default can be set in the configuration file.
57
58
When doing so, the `--no-accept` flag can be used to disable merging at CLI invocation time.
58
59
60
+
--batch::
61
+
Disable interactive feedback.
62
+
If a bot needs more information, its question will be persisted and displayed when creating the next draft.
63
+
59
64
-b BOT::
60
65
--bot=BOT::
61
-
Bot name.
62
-
Defaults to the first bot defined in the configuration.
66
+
Set bot name.
67
+
The default is to use the first bot defined in the configuration.
63
68
64
69
-e::
65
70
--edit::
@@ -77,6 +82,10 @@ Show help message and exit.
77
82
--json::
78
83
Use JSON output.
79
84
85
+
-E::
86
+
--list-events::
87
+
Display all events corresponding to a draft.
88
+
80
89
--log-path::
81
90
Show log path and exit.
82
91
@@ -92,10 +101,13 @@ Go back to the draft's origin branch, keeping the working directory's current st
92
101
This will delete the draft branch and its upstream.
93
102
Generated commits and the draft branch's final state remain available via `refs/drafts`.
94
103
104
+
-S::
105
+
--show-template::
106
+
Display the corresponding template's contents or, if the `--edit` option is set, open an interactive editor with its contents.
107
+
95
108
-T::
96
-
--templates::
97
-
With no argument, lists available templates.
98
-
With an template name argument, displays the corresponding template's contents or, if the `--edit` option is set, opens an interactive editor with its contents.
0 commit comments