Skip to content

Commit

Permalink
Add new encoder to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Jun 23, 2018
1 parent 61e4607 commit 2069c41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Successive calls will append data, not overwrite it.
-d,--debug Prints additional info for debugging.
-e,--encoding <string> Output byte-to-text encoding. Available encodings include:
binary, octal, dec, base16, BASE16, base26, base32, base36, base58, base64, base64-url,
base85, c, c#, java, go, kotlin, node, perl, php, python3, ruby, rust, swift, raw, utf8
base85, c, c#, java, go, kotlin, node, js, perl, php, python3, ruby, rust, swift, raw, utf8
-f,--file <path> Prints the random data to given file instead of the command line. Will create the file if
it does not exist or append the data if it does.
-h,--help Shows this page.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>at.favre.tools</groupId>
<artifactId>dice</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>

<prerequisites>
<maven>3.1.0</maven>
Expand Down Expand Up @@ -346,4 +346,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public final class EncoderHandler {
new GoByteArrayEncoder(),
new KotlinByteArrayEncoder(),
new NodeJsEncoder(),
new JsEncoder(),
new PerlEncoder(),
new PhpEncoder(),
new Python3Encoder(),
Expand Down

0 comments on commit 2069c41

Please sign in to comment.