Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andriygm committed Oct 16, 2024
1 parent e448e75 commit 8e09d3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ The command to execute. The first element is the command and the rest are argume
command = ["echo", "Hello {{ foo }}"]
```

### optional `{ default = bool }`
### default `boolean`

When defined, the user can toggle the hook. `default` describes the default state of the hook.
The default value of the hook. The CLI will use the default value if one is not provided by the user (e.g. they press enter without typing anything).

```toml
optional = { default = true }
default = false
```

### needs `string[]`
Expand Down

0 comments on commit 8e09d3e

Please sign in to comment.