clay: document %t care

This commit is contained in:
Fang 2020-01-22 21:23:14 -08:00 committed by GitHub
parent f1c9f54c22
commit f4ed3fe980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,12 +44,13 @@
:: ::
:: Type of request. :: Type of request.
:: ::
:: %d produces a set of desks, %p gets file permissions, %u checks for :: %d produces a set of desks, %p gets file permissions, %t gets all paths
:: existence, %v produces a ++dome of all desk data, %w gets @ud and @da :: with the specified prefix, %u checks for existence, %v produces a ++dome
:: variants for the given case, %x gets file contents, %y gets a directory :: of all desk data, %w gets @ud and @da variants for the given case, %x
:: listing, and %z gets a recursive hash of the file contents and children. :: gets file contents, %y gets a directory listing, and %z gets a recursive
:: hash of the file contents and children.
:: ::
:: ++ care ?($d $p $u $v $w $x $y $z) :: ++ care ?($d $p $t $u $v $w $x $y $z)
:: ::
:: Keeps track of subscribers. :: Keeps track of subscribers.
:: ::