## OS Information - OS: macOS - Browser (if applicable): n/a - Architecture: amd64 - `coder --version`: 0.5.1 ## Steps to Reproduce 1. `./coder workspaces delete` ## Expected Helpful error message like "Please specify the name of the workspace you want to delete!" <!-- What should happen? --> ## Actual ```shell ❯ ./coder workspaces delete accepts 1 arg(s), received 0 ``` ## Logs see above ## Screenshot <img width="533" alt="image" src="https://user-images.githubusercontent.com/3806031/166060779-bbfcd049-a049-42ef-bacf-66ac35b6cb5a.png"> ## Notes I realize I should pass an arg lol but I think we could improve the DX here.