We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e123a66 commit b6d172bCopy full SHA for b6d172b
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