Skip to content

Commit ee4f8ef

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

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

README.md

+27-27
Original file line numberDiff line numberDiff line change
@@ -72,51 +72,51 @@ php artisan operations:process --test
7272
```
7373

7474
Run command isolated:
75-
```shell
76-
php artisan operations:process --isolated
77-
```
75+
```shell
76+
php artisan operations:process --isolated
77+
```
7878

7979
Force 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

8484
Only 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

8989
Re-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

9696
Show all operations:
97-
```shell
98-
php artisan operations:show
99-
```
97+
```shell
98+
php artisan operations:show
99+
```
100100

101101
Show pending operations:
102-
```shell
103-
php artisan operations:show pending
104-
```
102+
```shell
103+
php artisan operations:show pending
104+
```
105105

106106
Show processed operations:
107-
```shell
108-
php artisan operations:show processed
109-
```
107+
```shell
108+
php artisan operations:show processed
109+
```
110110

111111
Show disposed operations:
112-
```shell
113-
php artisan operations:show disposed
114-
```
112+
```shell
113+
php artisan operations:show disposed
114+
```
115115

116116
Use 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

Comments
 (0)