Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adding other possible options for the command line
  • Loading branch information
cguz authored Feb 12, 2024
1 parent 9b8f5e9 commit 6f71b81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6f71b81

Please sign in to comment.