duplex
duplex copied to clipboard
Duplicate code finder for Elixir
Results
2
duplex issues
Sort by
recently updated
recently updated
newest added
mix task
1
When installed as a dependency then duplex should add a mix task so it can be run as `mix duplex` or so with whatever useful arguments. :-)
This pull request has three commits: 1) Adding a mix task so this can be used as `mix duplex --threshold 7` and similar 2) Updates OptionParser usage and 'function_call' vs...