Crate rsenv

Source

Modules§

arena
builder
cli
edit
envrc
errors
tree_traits
util

Functions§

build_env
Recursively builds map of environment variables from the specified file and its parents.
build_env_vars
extract_env
Extracts environment variables and the parent path from a specified file.
get_files
is_dag
link
Links a parent file to a child file by adding a special comment to the child file. The comment contains the relative path from the child to the parent. If the child file already has a parent, the function will replace the existing parent. If the child file has multiple parents, the function will return an error.
link_all
links a list of env files together and build the hierarchical environment variables tree
print_files
unlink