Would it be possible to get error messages when using the `execute` command from the vpype cli ? The use case would be something like this : ```py error == vp.execute( do something) if error: print( error) else : print( "conversion success") ```