Skip to content

Commit

Permalink
Merge pull request #22 from metafacture/17-fixRenderingOfFluxCommands
Browse files Browse the repository at this point in the history
Fix rendering (#17)
  • Loading branch information
acka47 committed Jun 7, 2022
2 parents e02a4b1 + 8cdab14 commit af38c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flux-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ string-list-map-to-stream

template
--------
- description: Builds a String from a template and an Object. Provide template in brackets. ${o} marks the place where the object is to be inserted. If the object is an instance of Triple ${s}, ${p} and ${o} are used instead.
- description: Builds a String from a template and an Object. Provide template in brackets. `${o}` marks the place where the object is to be inserted. If the object is an instance of Triple `${s}`, `${p}` and `${o}` are used instead.
- signature: Object -> String
- java class: org.metafacture.formatting.ObjectTemplate

Expand Down Expand Up @@ -661,7 +661,7 @@ write
-----
- description: Writes objects to stdout or a file
- arguments: [stdout, PATH]
- options: footer (String), header (String), encoding (String), compression (String), separator (String)
- options: footer (String), header (String), encoding (String), compression [NONE, AUTO, BZIP2, GZIP, PACK200, XZ], separator (String)
- signature: Object -> Void
- java class: org.metafacture.io.ObjectWriter

Expand Down

0 comments on commit af38c24

Please sign in to comment.