Skip to content

Commit 49d90ca

Browse files
author
ericszentivanyi
committed
docs(cli): describe additional_attr option
1 parent 68da8fa commit 49d90ca

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

cargo-typify/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,5 +204,8 @@ default). Builder output lets you write code like this:
204204
let xy: MyStruct = MyStruct::builder().x_coord(x).y_coord(y).try_into();
205205
```
206206

207-
The `--additional-derive` adds the specified derive macro to all generated
208-
types. This may be specified more than once.
207+
The `--additional-derive` option adds the specified derive macro to all generated
208+
types. This may be specified more than once.
209+
210+
The `--additional-attr` option adds the specified attribute to all generated
211+
types. This may be specified more than once.

0 commit comments

Comments
 (0)