Fix shell example in README (add description)
This commit is contained in:
parent
f1e8297255
commit
87cc8d890a
1 changed files with 1 additions and 0 deletions
|
@ -265,6 +265,7 @@ command itself.
|
||||||
command: read var && echo Your variable is $var
|
command: read var && echo Your variable is $var
|
||||||
stdin: true
|
stdin: true
|
||||||
stdout: true
|
stdout: true
|
||||||
|
description: Reading and printing variable
|
||||||
-
|
-
|
||||||
command: read fail
|
command: read fail
|
||||||
stderr: true
|
stderr: true
|
||||||
|
|
Loading…
Reference in a new issue