Skip to content

feat: support qualified names in --functions and --modules filters#559

Merged
andreistefanescu merged 1 commit intomainfrom
claude/issue-557-20260311-1729
Mar 11, 2026
Merged

feat: support qualified names in --functions and --modules filters#559
andreistefanescu merged 1 commit intomainfrom
claude/issue-557-20260311-1729

Conversation

@andreistefanescu
Copy link
Copy Markdown
Contributor

Allow --functions to accept , ::, and :::: patterns. Allow --modules to accept both and :: patterns.

Fixes #557

Generated with Claude Code

Allow --functions to accept <function>, <module>::<function>, and
<package>::<module>::<function> patterns. Allow --modules to accept
both <module> and <package>::<module> patterns.

Fixes #557

Co-authored-by: Andrei Stefanescu <andreistefanescu@users.noreply.github.com>
@andreistefanescu andreistefanescu merged commit b255459 into main Mar 11, 2026
11 checks passed
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.

--functions should allow for <module>::<function> and <package>::<module>::<function>, not only <function>. same for --module

1 participant