What's new
--file-exts flag for language filtering in multi-language repos. Available on sem diff, sem graph, and sem impact.
sem graph --file-exts .py
sem diff --file-exts .py .rs
sem impact validateToken --file-exts .pyAccepts extensions with or without the leading dot.
Closes #1 (thanks @0xalpharush for the feature request).
Full changelog: v0.3.0...v0.3.1