mirror of
https://github.com/ihabunek/toot
synced 2025-01-10 16:52:40 +01: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