Skip to content

Commit a8cb0f1

Browse files
committed
docs(readme): update usage
[ci skip]
1 parent a859de1 commit a8cb0f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ usage: remarshal [-h] [-v] [-f {cbor,json,msgpack,toml,yaml}] [-i <input>]
137137
[--indent <n>] [-k] [--max-values <n>] [--multiline <n>]
138138
[-o <output>] [-s] [-t {cbor,json,msgpack,python,toml,yaml}]
139139
[--unwrap <key>] [--verbose] [--width <n>] [--wrap <key>]
140-
[--yaml-style {,',",|,>}]
140+
[--yaml-style {,',",|,>}] [--yaml-style-newline {,',",|,>}]
141141
[input] [output]
142142
143143
Convert between CBOR, JSON, MessagePack, TOML, and YAML.
@@ -173,6 +173,9 @@ options:
173173
--wrap <key> wrap the data in a map type with the given key
174174
--yaml-style {,',",|,>}
175175
YAML formatting style
176+
--yaml-style-newline {,',",|,>}
177+
YAML formatting style override for strings that
178+
contain a newline
176179
```
177180

178181
Instead of `remarshal` with format arguments,

0 commit comments

Comments
 (0)