Document regex code navigation workflow
This commit is contained in:
@@ -577,7 +577,7 @@ def main(argv: list[str]) -> int:
|
||||
"--ignore-case",
|
||||
action=argparse.BooleanOptionalAction,
|
||||
default=True,
|
||||
help="Use case-insensitive --name-regex matching. Enabled by default.",
|
||||
help="Use case-insensitive regex matching for --name-regex, --detail-regex, and --path-regex. Enabled by default.",
|
||||
)
|
||||
parser.add_argument("--max-results", type=int, default=100, help="Maximum locations/symbols to print; <=0 disables.")
|
||||
parser.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user