Skip to content

Add --regex flag for explicit regex mode in search command #76

@dreamer-coding

Description

@dreamer-coding

Summary

Introduce a --regex flag to explicitly enable regex-based searching.

Motivation

Explicit control avoids ambiguity between simple pattern matching and regex interpretation.

Proposed Solution

Add a --regex flag that treats input patterns strictly as regular expressions.

Alternatives Considered

Auto-detecting regex patterns, which can lead to inconsistent behavior.

Additional Context

Improves clarity and user control

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions