From 32bf36a0de071238bdff105f217b179bae3d94a4 Mon Sep 17 00:00:00 2001 From: Nathan Lilienthal Date: Sun, 5 Dec 2021 11:55:37 -0500 Subject: [PATCH] Link output format section in command section docs --- docs/README.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/README.adoc b/docs/README.adoc index cf18c1df..09cbd1dd 100644 --- a/docs/README.adoc +++ b/docs/README.adoc @@ -165,9 +165,11 @@ These will be considered as simple variables at runtime. === command -The optional _command_ property specifies a command line to be executed with `sh -c`. -The command can be relative to the configuration file where it is defined. -If the command outputs some text, it is used to update the block. +The optional _command_ property specifies a command line to be executed with +`sh -c`. The command can be relative to the configuration file where it is +defined. If the command outputs some text, it is used to update the block. See +the link:./#format[format section] for more information about expected text +output. An exit code of 0 means success. A special exit code of _33_ will set the _urgent_ i3bar key to true.