File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -52,24 +52,24 @@ php artisan operations:make <operation_name> -e|--essential
5252### Process operations
5353
5454Process all new operation files:
55- ```shell
56- php artisan operations: process
57- ```
55+ ``` shell
56+ php artisan operations:process
57+ ```
5858
59- Force synchronous execution:
60- ```shell
61- php artisan operations: process --sync
62- ```
59+ Force synchronous execution:
60+ ``` shell
61+ php artisan operations:process --sync
62+ ```
6363
6464Force asynchronous execution:
65- ```shell
66- php artisan operations: process --async
67- ```
65+ ``` shell
66+ php artisan operations:process --async
67+ ```
6868
6969Test mode (don't flag operations as processed):
70- ```shell
71- php artisan operations: process --test
72- ```
70+ ``` shell
71+ php artisan operations:process --test
72+ ```
7373
7474Run command isolated:
7575 ```shell
You can’t perform that action at this time.
0 commit comments