Skip to content

Commit

Permalink
Update README.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoncek authored Sep 22, 2023
1 parent 8272276 commit 184e22d
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,14 @@ Currently the tool is able to remove `import` statements and annotations.
jurand [optional flags] <matcher>... [file path]...
----

Matcher:::
[horizontal]
`-n <name>`:: Simple (not fully-qualified) class name.
`-p <pattern>`:: Regex pattern to match names used in code.

Optional flags:::
[horizontal]
`-a`:: Also remove annotations used in code.
`-i`, `--in-place`:: Replace the contents of files.
`-s`, `--strict`::
Matcher::
`-n <name>`::: Simple (not fully-qualified) class name.
`-p <pattern>`::: Regex pattern to match names used in code.

Optional flags::
`-a`::: Also remove annotations used in code.
`-i`, `--in-place`::: Replace the contents of files.
`-s`, `--strict`:::
Fail if any of the specified options was redundant and no changes associated +
with the option were made. This option is only applicable together with `-i`.

Expand Down

0 comments on commit 184e22d

Please sign in to comment.