Skip to content

Commit

Permalink
Mark option as deprecated
Browse files Browse the repository at this point in the history
With metafacture/metafacture-core#451 it's possible
to mark "options" as deprecated. This is nicer than just have a not in
the "description".
  • Loading branch information
dr0i committed Jun 3, 2022
1 parent f455509 commit e02a4b1
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 @@ -241,8 +241,8 @@ encode-xml

encode-yaml
-----------
- description: Serialises an object as YAML. The paramter 'prettyprinting (boolean)' is deprecated since it's not possible to not pretty print.
- options: arraymarker (String), prettyprinting (boolean)
- description: Serialises an object as YAML.
- options: arraymarker (String), [deprecated] prettyprinting (boolean)
- signature: StreamReceiver -> String
- java class: org.metafacture.yaml.YamlEncoder

Expand Down

0 comments on commit e02a4b1

Please sign in to comment.