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
52
52
### Process operations
53
53
54
54
Process all new operation files:
55
- ```shell
56
- php artisan operations: process
57
- ```
55
+ ``` shell
56
+ php artisan operations:process
57
+ ```
58
58
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
+ ```
63
63
64
64
Force asynchronous execution:
65
- ```shell
66
- php artisan operations: process --async
67
- ```
65
+ ``` shell
66
+ php artisan operations:process --async
67
+ ```
68
68
69
69
Test 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
+ ```
73
73
74
74
Run command isolated:
75
75
```shell
You can’t perform that action at this time.
0 commit comments