mirror of
https://github.com/ihabunek/toot.git
synced 2024-11-03 04:17:21 -05:00
Fix section name in docs
This commit is contained in:
parent
8ff46fd0d0
commit
2480135eda
@ -39,12 +39,12 @@ quiet = false
|
|||||||
|
|
||||||
## Overriding command defaults
|
## Overriding command defaults
|
||||||
|
|
||||||
Defaults for command arguments can be override by specifying a `[command.<name>]` section.
|
Defaults for command arguments can be override by specifying a `[commands.<name>]` section.
|
||||||
|
|
||||||
For example, to override `toot post`.
|
For example, to override `toot post`.
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[command.post]
|
[commands.post]
|
||||||
editor = "vim"
|
editor = "vim"
|
||||||
sensitive = true
|
sensitive = true
|
||||||
visibility = "unlisted"
|
visibility = "unlisted"
|
||||||
|
Loading…
Reference in New Issue
Block a user