mirror of
https://github.com/nvbn/thefuck.git
synced 2025-04-14 06:40:49 +01:00
Fix punctuation in README.md
This commit is contained in:
parent
6d718a38dc
commit
b59e83cca9
@ -211,7 +211,7 @@ in `~/.thefuck/rules`. Rule should contain two functions:
|
|||||||
and `get_new_command(command: Command, settings: Settings) -> str`.
|
and `get_new_command(command: Command, settings: Settings) -> str`.
|
||||||
Also the rule can contain optional function
|
Also the rule can contain optional function
|
||||||
`side_effect(command: Command, settings: Settings) -> None` and
|
`side_effect(command: Command, settings: Settings) -> None` and
|
||||||
optional boolean `enabled_by_default`
|
optional boolean `enabled_by_default`.
|
||||||
|
|
||||||
`Command` has three attributes: `script`, `stdout` and `stderr`.
|
`Command` has three attributes: `script`, `stdout` and `stderr`.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user