Skip to content

Commit

Permalink
Add info about 'unbuffer' option to cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Sep 26, 2020
1 parent b8dcfba commit d30ad53
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions COOKBOOK.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* [`require-root`](#require-root)
* [`fast-finish`](#fast-finish)
* [`lock-workdir`](#lock-workdir)
* [`unbuffer`](#unbuffer)
* [`delay`](#delay)
* [`command`](#command)
* [Variables](#variables)
Expand Down Expand Up @@ -200,6 +201,25 @@ lock-workdir no

<br/>

#### `unbuffer`

Disables I/O stream buffering.

**Syntax:** `unbuffer <flag>`

**Arguments:**

* `flag` - Flag (_Boolean_) [`no` by default]

**Example:**

```yang
unbuffer yes
```

<br/>

#### `delay`

Delay between commands.
Expand Down

0 comments on commit d30ad53

Please sign in to comment.