1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-18 20:11:17 +00:00

Fix punctuation in README.md

This commit is contained in:
mcarton 2015-06-26 12:02:05 +02:00
parent 6d718a38dc
commit b59e83cca9

View File

@ -211,7 +211,7 @@ in `~/.thefuck/rules`. Rule should contain two functions:
and `get_new_command(command: Command, settings: Settings) -> str`.
Also the rule can contain optional function
`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`.