autoenv icon indicating copy to clipboard operation
autoenv copied to clipboard

Document usable varaibles in `.env` file

Open hyperupcall opened this issue 1 year ago • 0 comments

As exhibited by #229, it can be unclear which variables are an explicit part of the api surface. autoenv sets AUTOENV_CUR_FILE and AUTOENV_CUR_DIR, which can subsequently be used in scripts, but it is not documented.

To resolve this issue, document these, and similar variables (and functions)

hyperupcall avatar Oct 31 '23 09:10 hyperupcall