Load configuration from files #9
Reference in New Issue
Block a user
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?
Add the ability to load configuration from files so that the user isn't required to specify them each time, nor to remember to export the environment variables each time.
Configuration should be taken from these, in increasing order of priority:
/etc/gt-tool.conf$XDG_CONFIG_DIRS/gt-tool.confPoints 3 and 4 are already satisfied by the current Clap CLI impl.
Completed by commit
8cfc6605c9