Commit 45c19a8
refactor: trim profile input and use logical OR for consistency
Address CodeRabbit review feedback:
- Use logical OR (||) instead of nullish coalescing (??) to handle empty strings
- Trim profile input to handle accidental whitespace from CLI
This ensures more robust profile resolution when users provide input with
accidental leading/trailing spaces.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 0ca1598 commit 45c19a8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments