aacebedo / machination

An helper to create virtual machines using Docker and Vagrant
2 stars 2 forks source link

[bug] incomplete assert message #40

Open mzemb opened 9 years ago

mzemb commented 9 years ago

"Machination destroy: error: argument name: invalid choice: 'xxx' (choose from )" expected: choice list

mzemb commented 9 years ago

repro: start an unexistant instance:

machination start plop

gives

"Machination start: error: argument name: invalid choice: 'plop' (choose from )"

I would like do see

"error: no instance 'plop' available"