help/en/hlp_env.txt
author Myhailo Danylenko <isbear@ukrpost.net>
Thu, 13 Nov 2014 20:17:46 +0200
changeset 27 6de25ac5876c
parent 4 2c5225ab6eb7
permissions -rw-r--r--
[cmake] Change package naming scheme
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.