@@ -72,51 +72,51 @@ php artisan operations:process --test
7272```
7373
7474Run command isolated:
75- ```shell
76- php artisan operations: process --isolated
77- ```
75+ ``` shell
76+ php artisan operations:process --isolated
77+ ```
7878
7979Force a specific queue for the job:
80- ```shell
81- php artisan operations: process --queue=<name >
82- ```
80+ ``` shell
81+ php artisan operations:process --queue=< name>
82+ ```
8383
8484Only process operations with a specific tag:
85- ```shell
86- php artisan operations: process --tag=<tagname >
87- ```
85+ ``` shell
86+ php artisan operations:process --tag=< tagname>
87+ ```
8888
8989Re-run one specific operation:
90- ```shell
91- php artisan operations: process <operation_name>
92- ```
90+ ``` shell
91+ php artisan operations:process < operation_name>
92+ ```
9393
9494### Show operations
9595
9696Show all operations:
97- ```shell
98- php artisan operations: show
99- ```
97+ ``` shell
98+ php artisan operations:show
99+ ```
100100
101101Show pending operations:
102- ```shell
103- php artisan operations: show pending
104- ```
102+ ``` shell
103+ php artisan operations:show pending
104+ ```
105105
106106Show processed operations:
107- ```shell
108- php artisan operations: show processed
109- ```
107+ ``` shell
108+ php artisan operations:show processed
109+ ```
110110
111111Show disposed operations:
112- ```shell
113- php artisan operations: show disposed
114- ```
112+ ``` shell
113+ php artisan operations:show disposed
114+ ```
115115
116116Use multiple filters to show operations:
117- ```shell
118- php artisan operations: show pending processed disposed
119- ```
117+ ``` shell
118+ php artisan operations:show pending processed disposed
119+ ```
120120
121121## Tutorials
122122
0 commit comments