terra-ops / terra-cli

The Terra Command Line Interface
http://terra.readthedocs.org
GNU General Public License v2.0
48 stars 17 forks source link

Add (re-add?) --no-interaction flags to e:add e:remove #104

Closed jlyon closed 8 years ago

jonpugh commented 8 years ago

Thanks, @jlyon!

I discovered there is already a "--yes" option built into the console component, so I swapped your calls to check the "no-interaction" option to use the "--yes" or "-y" option instead.

See https://github.com/terra-ops/terra-cli/blob/master/src/terra/Console/Application.php#L88