Update pipe method names
This commit is contained in:
parent
df3b173e4d
commit
67090b0e31
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ yao run pipes.<Widget.ID> [args...]
|
|||
|
||||
If interrupted by user input interface, it returns a context ID for resuming execution.
|
||||
|
||||
### pipe.run
|
||||
### pipe.Run
|
||||
|
||||
Run Pipe, equivalent to `pipes.<Widget.ID>`
|
||||
|
||||
|
|
@ -50,7 +50,7 @@ Run Pipe, equivalent to `pipes.<Widget.ID>`
|
|||
yao run pipe.run <Widget.ID> [args...]
|
||||
```
|
||||
|
||||
### pipe.create
|
||||
### pipe.Create
|
||||
|
||||
Pass DSL text to create and run Pipe
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue