Proxy option changed?

So, did the option to specify a proxy change? I’ve been trying to figure out why an app wasn’t working, and it turns out I had to specify the proxy using:

ember serve -proxy http://someapi.com

and not

  ember serve --proxy http://someapi.com

Thanks.

hrmmmm… Well, it seems to be working fine now. I don’t know why it wasn’t working before… Here’s what I was getting:

MacProJohn:borrowers John$ ember server –-proxy http://api.ember-cli-101.com
version: 0.2.5
Livereload server on port 35729
Serving on http://localhost:4200/

Build successful - 3632ms.

Slowest Trees                                 | Total
----------------------------------------------+---------------------
Concat: Vendor                                | 2540ms
Babel                                         | 287ms

Slowest Trees (cumulative)                    | Total (avg)
----------------------------------------------+---------------------
Concat: Vendor (1)                            | 2540ms
Babel (2)  

Oh well…