Wrap text
Right now
1
2
3
|
Built-in tasks: thor install
Thorfile tasks: thor meta:install
|
Option 1
1
2
3
|
Built-in tasks: thor install
Thorfile tasks: thor :install
|
Option 2
1
2
3
|
Built-in tasks: thor meta:install
Thorfile tasks: thor install
|
Option 3
1
2
3
|
Built-in tasks: thor :install
Thorfile tasks: thor install
|