mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-22 04:48:57 +00:00
Merge pull request #680 from simonwhitaker/patch-1
Fix docs for Command type
This commit is contained in:
commit
f76d2061d1
@ -298,7 +298,7 @@ side_effect(old_command: Command, fixed_command: str) -> None
|
|||||||
```
|
```
|
||||||
and optional `enabled_by_default`, `requires_output` and `priority` variables.
|
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`.
|
Rule shouldn't change `Command`.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user