We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff3cfe commit 0d1ffabCopy full SHA for 0d1ffab
docs/api/operations.md
@@ -43,6 +43,9 @@ Operations can also call other operations using ``yield from`` syntax:
43
yield from files.file._inner(
44
path="/some/file",
45
...,
46
+
47
+ # Only arguments for the operation itself are allowed, global arguments
48
+ # such as e.g. _sudo are not accepted.
49
)
50
```
51
0 commit comments