Commit 96fa216
fix: return ProjectID error directly in pause/resume commands
ProjectID() returns a plain ErrProjectNotSet, not an OpenAPI error, so
wrapping it with cmdx.PrintOpenAPIError was a no-op and semantically
misleading. Match the pattern used in create.go and update.go.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent f5ad75b commit 96fa216
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments