system.env docs

PyroScope Project
2016-03-09 21:39:43 +01:00
parent c55c5ff303
commit 6c0b6275b2
+10
@@ -0,0 +1,10 @@
# The `system.*` Command Group
## system.env=NAME (since 0.9.7)
Query the value of an environment variable, returns an empty string if `NAME` is not defined. Example:
```ini
session.path.set=(cat,(system.env,RTORRENT_HOME),"/.session")
```