Skip to content

Commit 114a102

Browse files
Update README.md
1 parent bd18f1f commit 114a102

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,24 @@ php artisan operations:make <operation_name> -e|--essential
5252
### Process operations
5353

5454
Process 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

6464
Force asynchronous execution:
65-
```shell
66-
php artisan operations:process --async
67-
```
65+
```shell
66+
php artisan operations:process --async
67+
```
6868

6969
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+
```
7373

7474
Run command isolated:
7575
```shell

0 commit comments

Comments
 (0)