We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--apply-patches
1 parent e001cc0 commit dfbdc2eCopy full SHA for dfbdc2e
Users/Tutorial.rst
@@ -237,6 +237,12 @@ that allows you to set the action for a bear that shall be automatically
237
applied on run. We have a command line alias ``--apply-patches`` to make it
238
easier to use.
239
240
+By using ``--apply-patches``, the user does not have to press
241
+``2. (A)pply patch`` for applying a patch. Every patch is applied
242
+automatically.
243
+Alternatively, using the setting ``default_actions="*: ApplyPatchAction"``
244
+will automatically apply ``--apply-patches`` on run.
245
+
246
Let's automatically fix Python code. Take a look at our sample Python
247
code:
248
0 commit comments