summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2015-02-05 12:02:02 -0500
committerAnish Athalye <me@anishathalye.com>2015-02-05 12:02:02 -0500
commitd9f0cc045af6b2e1f176da4188291afe38ebe5c0 (patch)
treeae591874b6f77a3168d8335b20fe7fd6baca91e2 /README.md
parentf7a291c780c3fb5df8e738e0ee34bf7560857ddd (diff)
Revert "Update README"
This reverts commit f7a291c780c3fb5df8e738e0ee34bf7560857ddd.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/README.md b/README.md
index 7c6669f..bc20e9d 100644
--- a/README.md
+++ b/README.md
@@ -160,16 +160,13 @@ base directory (that is specified when running the installer).
#### Format
Shell commands can be specified in several different ways. The simplest way is
-just to specify a command as a string containing the command to be run. Shell
+just to specify a command as a string containing the command to be run. Another
+way is to specify a two element array where the first element is the shell
+command and the second is an optional human-readable description. Shell
commands support an extended syntax as well, which provides more fine-grained
control. A command can be specified as a dictionary that contains the command
to be run, a description, and whether stdin, stdout, and stderr are enabled. In
-this syntax, all keys are optional except for the command itself, and all
-streams are disabled by default.
-
-Another way is to specify a two element array where the first element is the
-shell command and the second is an optional human-readable description. **This
-syntax is deprecated.**
+this syntax, all keys are optional except for the command itself.
##### Example (YAML)