Skip to content

Features

Nickalas Reynolds requested to merge nickalaskreynolds/gila:features into develop

Issue Resolve: L315 in gila.py, 3 instances of incorrect spelling of default. Assume erroneous. Changed and tested.

Features added:

unbind_env(key) # will unbind the env
automatic_env() # now toggles current value
remove_override(key # removes the override
deregister_alias(alias) # removes the alias and correct all subsequent dicts
all_config() # returns a dictionary (respects alias)

Merge request reports