vast-ai / vast-python

Vast.ai python and cli api client
MIT License
117 stars 44 forks source link

`destroy instance` does not support the `--raw` argument #39

Closed mfly closed 1 year ago

mfly commented 1 year ago

:wave: the destroy instance :id command always returns a human readable string. The help string mentions --raw argument to get the json response, but it does not seem to be implemented.

nathanneuro commented 1 year ago

Yeah, looks like raw was available for other commands but not for destroy instance. It's a simple thing to add though, so I made a pull request.