Skip to main content

Module env_parser

Module env_parser 

Source
Expand description

Shared .env file parsing logic.

Used by both init (for auto-import) and import commands.

Functionsยง

parse_env_file
Parse a .env file into a key-value map.
parse_env_line
Parse a single .env line into a (key, value) pair.