## Right now
Built-in tasks: thor install
Thorfile tasks: thor meta:install
## Option 1
Built-in tasks: thor install
Thorfile tasks: thor :install
## Option 2
Built-in tasks: thor meta:install
Thorfile tasks: thor install
## Option 3
Built-in tasks: thor :install
Thorfile tasks: thor install