Open nmpowell opened 3 years ago
Currently paths to arcconfig and .arcrc are hardcoded in ARC_CONFIGS.
arcconfig
.arcrc
ARC_CONFIGS
This change allows the user to specify a nonstandard location for a config file like so:
phab = Phabricator(config_path="/path/to/nonstanard/.arcrc")
You can still access the global ARCRC variable if necessary.
ARCRC
Closes #65
Currently paths to
arcconfig
and.arcrc
are hardcoded inARC_CONFIGS
.This change allows the user to specify a nonstandard location for a config file like so:
phab = Phabricator(config_path="/path/to/nonstanard/.arcrc")
You can still access the global
ARCRC
variable if necessary.Closes #65