metafacture / metafacture-core

Core package of the Metafacture tool suite for metadata processing.
https://metafacture.org
Apache License 2.0
69 stars 34 forks source link

Mark deprecated Flux command options in help output. #451

Closed blackwinter closed 2 years ago

blackwinter commented 2 years ago

Amends metafacture/metafacture-documentation#19 and #447.

New output:

encode-yaml
-----------
- description:  Serialises an object as YAML.
- options:      arraymarker (String), [deprecated] prettyprinting (boolean)
- signature:    StreamReceiver -> String
- java class:   org.metafacture.yaml.YamlEncoder