Skip to content

Commit

Permalink
chore: docs with new option
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Jul 25, 2024
1 parent 096bfa8 commit 33fbd03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/pages/api-reference/body.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ pub struct Args {
///
/// Default: `All`
pub tth: Option<SpawnpointTth>,
/// If true, attempts to center clusters based on the points they cover
///
/// Default: `false`
pub center_clusters: Option<bool>,
}
```

Expand Down

0 comments on commit 33fbd03

Please sign in to comment.