From d8bdd602e1f1e5cc89e2ea6576224089c0a11315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Silva?= Date: Fri, 2 Aug 2024 14:10:08 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 228cd7e..e7b226b 100644 --- a/README.md +++ b/README.md @@ -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).