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
Copy file name to clipboardexpand all lines: app/Commands/ExecuteToolCommand.php
+6-3
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,13 @@ class ExecuteToolCommand extends BaseCommand
15
15
protected$signature = 'tool
16
16
{tool : Tool will be run}
17
17
{execution? : Override the execution mode of githooks.yml. Values: "fast" and "full"}
18
-
{--ignoreErrorsOnExit= : Avoids exit error even if the tool finds some trobule. When tool is \'all\' applies for all tools}
18
+
{--ignoreErrorsOnExit= : Avoids exit error even if the tool finds some trouble. When tool is \'all\' applies for all tools}
19
19
{--otherArguments= : Other tool options not supported by GitHooks}
20
20
{--executablePath= : Path to executable}
21
21
{--paths= : Paths or files against the tool will be executed}
22
-
{--processes= : Number of parallel processes in which the tools will be executed}';
22
+
{--processes= : Number of parallel processes in which the tools will be executed}
23
+
{-c|--config= : Path to configuration file}'
24
+
;
23
25
24
26
protected$description = 'Run the tool passed as argument. It must be a supported tool by GitHooks. the available options depend on the tool passed as parameter';
0 commit comments