help/en/hlp_env.txt
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 22 Jul 2012 15:29:30 +0300
changeset 25 21680d75d561
parent 4 2c5225ab6eb7
permissions -rw-r--r--
Use build-time api version
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
53ef7728edcf Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     1
4
2c5225ab6eb7 Changed command syntax to allow unsetting
Myhailo Danylenko <isbear@ukrpost.net>
parents: 0
diff changeset
     2
 /ENV [variable [= [value]]
0
53ef7728edcf Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     3
53ef7728edcf Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     4
Tampers with mcabber environment. Without arguments prints entire list of variables, with variable name - only this variable, with value - sets specified variable's value.
4
2c5225ab6eb7 Changed command syntax to allow unsetting
Myhailo Danylenko <isbear@ukrpost.net>
parents: 0
diff changeset
     5
/env
2c5225ab6eb7 Changed command syntax to allow unsetting
Myhailo Danylenko <isbear@ukrpost.net>
parents: 0
diff changeset
     6
 Prints list of all environment variables.
2c5225ab6eb7 Changed command syntax to allow unsetting
Myhailo Danylenko <isbear@ukrpost.net>
parents: 0
diff changeset
     7
/env variable
2c5225ab6eb7 Changed command syntax to allow unsetting
Myhailo Danylenko <isbear@ukrpost.net>
parents: 0
diff changeset
     8
 Prints value of this variable.
2c5225ab6eb7 Changed command syntax to allow unsetting
Myhailo Danylenko <isbear@ukrpost.net>
parents: 0
diff changeset
     9
/env variable =
2c5225ab6eb7 Changed command syntax to allow unsetting
Myhailo Danylenko <isbear@ukrpost.net>
parents: 0
diff changeset
    10
 Unsets variable.
2c5225ab6eb7 Changed command syntax to allow unsetting
Myhailo Danylenko <isbear@ukrpost.net>
parents: 0
diff changeset
    11
/env variable = value
2c5225ab6eb7 Changed command syntax to allow unsetting
Myhailo Danylenko <isbear@ukrpost.net>
parents: 0
diff changeset
    12
 Sets variable.