facebookarchive / codemod

Codemod is a tool/library to assist you with large-scale codebase refactors that can be partially automated but still require human oversight and occasional intervention. Codemod was developed at Facebook and released as open source.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--include-extensionless has no effect

nickhutchinson opened this issue · comments

The --include-extensionless option appears to be broken: in _parse_command_line(), it's never forwarded the actual Query object.

Fixed here: 86789e1

Thanks! Sorry for not closing this sooner.