Commit e011c17
Fix compose args validation regex syntax error
- Replace problematic character class with positive validation
- Use separate patterns for single args and args with spaces
- Fix bash conditional expression syntax error with character ranges
- Use [[:space:]] instead of literal space in regex
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 7981a91 commit e011c17
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
0 commit comments