Skip to content

Commit 79c262b

Browse files
committed
fix(ce-test-xcode): correct renamed usage examples
1 parent 6900581 commit 79c262b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • plugins/compound-engineering/skills/ce-test-xcode

plugins/compound-engineering/skills/ce-test-xcode/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,13 @@ After testing:
200200

201201
```bash
202202
# Test with default scheme
203-
/test-xcode
203+
/ce-test-xcode
204204

205205
# Test specific scheme
206-
/test-xcode MyApp-Debug
206+
/ce-test-xcode MyApp-Debug
207207

208208
# Test after making changes
209-
/test-xcode current
209+
/ce-test-xcode current
210210
```
211211

212212
## Integration with ce-code-review

0 commit comments

Comments
 (0)