mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
Merge commit 'a024bc7d76fcc5e49e8210f9b0896db9ef21861a'
This commit is contained in:
7
docs/content/en/quick-reference/glossary/pipeline.md
Normal file
7
docs/content/en/quick-reference/glossary/pipeline.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: pipeline
|
||||
---
|
||||
|
||||
Within a [_template action_](g), a _pipeline_ is a possibly chained sequence of values, [_function_](g) calls, or [_method_](g) calls. Functions and methods in the pipeline may take multiple [_arguments_](g).
|
||||
|
||||
A pipeline may be *chained* by separating a sequence of commands with pipeline characters (`|`). In a chained pipeline, the result of each command is passed as the last argument to the following command. The output of the final command in the pipeline is the value of the pipeline.
|
Reference in New Issue
Block a user