Allow for editing abra dir location and other config options #38
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Make this config a struct with properties fro;m attached methods?
Maybe one for a
~/.abra/config.yml
?The CLI can have a
--config <path> (default: ~/.abra/config.yml
flag to customise?Maybe that could follow coop-cloud/go-abra#37 and we create a sort of "CLI context" which is passed down into all dependant logic carrying state such as this config, the docker client and so on. Global things.