Skip to content

feat(BREAKING): add questionGlob option and match ? as a literal by default#356

Merged
dsherret merged 1 commit intomainfrom
feat/failglob-off-and-question-glob
Feb 1, 2026
Merged

feat(BREAKING): add questionGlob option and match ? as a literal by default#356
dsherret merged 1 commit intomainfrom
feat/failglob-off-and-question-glob

Conversation

@dsherret
Copy link
Owner

@dsherret dsherret commented Feb 1, 2026

This can be turned back on by using .questionGlob()

Closes #352

failglob is now off by default, matching standard bash behavior where
unmatched glob patterns are passed through literally. Also adds a new
builder-only questionGlob option that controls whether ? acts as a
glob character (off by default, not available via shopt/set).
@dsherret dsherret merged commit ba7468c into main Feb 1, 2026
6 checks passed
@dsherret dsherret deleted the feat/failglob-off-and-question-glob branch February 1, 2026 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider not treating ? as a glob character

1 participant