1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-21 20:38:54 +00:00

Fix docs for Command type

This commit is contained in:
Simon Whitaker 2017-08-23 07:14:56 +01:00 committed by GitHub
parent 6c4333944f
commit 16ec6a7d2a

View File

@ -298,7 +298,7 @@ side_effect(old_command: Command, fixed_command: str) -> None
```
and optional `enabled_by_default`, `requires_output` and `priority` variables.
`Command` has three attributes: `script`, `stdout`, `stderr` and `script_parts`.
`Command` has four attributes: `script`, `stdout`, `stderr` and `script_parts`.
Rule shouldn't change `Command`.