Document environment module.
This commit is contained in:
parent
32adf19033
commit
a719aa4973
1 changed files with 11 additions and 0 deletions
|
@ -421,3 +421,14 @@ the evaluation. If the test passes, prints "." like all tests from
|
||||||
this module do.
|
this module do.
|
||||||
|
|
||||||
### Environment
|
### Environment
|
||||||
|
|
||||||
|
(import environment)
|
||||||
|
|
||||||
|
Basic UNIX environment support.
|
||||||
|
|
||||||
|
(edit-file file-path)
|
||||||
|
|
||||||
|
* ```file-path``` - path to file to edit
|
||||||
|
|
||||||
|
Runs the editor specified by the environment variable EDITOR or - if
|
||||||
|
unset - the editor binary.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue