I was bored to type `-e production` every time. I'd like to omit the option like Heroku π e,g, ```bash bcn run rails c # it same as "bcn run -e production rails c" ``` What do you think β @k2nr