Skip to content

Commit

Permalink
Document the export/readonly options 📕
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrieanKhisbe committed Oct 15, 2020
1 parent 577484c commit 49fb17f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,11 @@ Here are the main ones:
- `DIRACTION_DEF_FILE` : the name of the file containing your diraction definition
- `DIRACTION_EDITOR` : which editor command is used for the edit command
- `DIRACTION_INTERACTIVE_PROMPT` : the "prompt" for the "interactive" command
- `DIRACTION_EXPORT_VARIABLES` :
- whether the `_dir` variables should be exported to the child processes.
- Off by default, can be activated setting variable to `true`
- note: this was the original _(only)_ behavior for versions prior to `v0.18.0`
- `DIRACTION_READONLY_VARIABLES` : whether the `_dir` variables should be made read only. Deactivated by default, activate with `true`
## History
Expand Down

0 comments on commit 49fb17f

Please sign in to comment.