Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andre15silva authored Aug 2, 2024
1 parent 7bcf44e commit d8bdd60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

This tool uses https://github.com/javaparser/javaparser to extract code from Java files.

Currently it supports extracting the largest function containing all given lines.
Currently, it supports the following modes:
- Extract the largest method containing all given lines (using the `--lines` option).
- Extract the method given its name (using the `--method` option).

0 comments on commit d8bdd60

Please sign in to comment.