From 6f71b81e4143aec86c75076f977f6cb7723cfa55 Mon Sep 17 00:00:00 2001 From: Cesar Guzman Date: Mon, 12 Feb 2024 13:17:51 +0100 Subject: [PATCH] Update README.md Adding other possible options for the command line --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f181a33..32e5719 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,12 @@ $ java -jar java2rust.jar -d [path_file.java | path_directory] The converted files will be saved in the folder: "output" +Other options are: + - -o: Specify the output directory path (default: output) + - -i: Ignore existing files in the output directory (default: false) + - -v: Specify the verbosity level (default: 2) + - -cp: Copy other non-java files to the output directory (default: false) + ## Implemented funcionality - might be of use: