nanobox-io / nanobox

The ideal platform for developers
https://nanobox.io
MIT License
1.61k stars 89 forks source link

Command: "configure set mount-type foo" reports false positive #659

Open mblarsen opened 6 years ago

mblarsen commented 6 years ago

Invoking:

nanobox configure set mount-type foo

Outputs this (with an exist code of 0):

Successfully set 'mount-type'

However the value remains whatever it was before. If you enter a valid value it works of course.

Was expecting it to error out if unknown mount type.