Support using a config file in ~/.config
if no config file is given on the command line
#53
Labels
breaking change
Introduction of an incompatible API change
cmd:apply
Relates to the `apply` subcommand
configuration
Telling the program what to do
enhancement
New feature or request therefor
under consideration
Dev has not yet decided whether or how to implement
This would be a breaking change to
apply
, as its command-line usage would have to take the config file as an option rather than a non-option argument.See https://stackoverflow.com/a/76341487/744178 regarding using a dynamic path (likely from
dirs
or similar) as the default config file path.On the other hand, the whole motivation for this issue is so that I can run
labelmaker
without having tocd
into the directory where I store my config file, but I'd still need a place to store my list oflabelmaker
-managed repositories, and moving the list to the config file after implementing #19 would just make it harder to automatically regenerate the list (unless I usetoml_edit
to preserve the formatting...), so maybe I'm doomed to alwayscd
somewhere anyway.The text was updated successfully, but these errors were encountered: