-config triggers a recursive directory search that ignores any provided filenames, eg:
comby -config comby-bump.toml setup.py pyproject.toml
WARNING: Templates specified on the command line AND using -templates. Ignoring match
and rewrite templates on the command line and only using those in directories.
It would nice to be able to run a template against a specific set of files, eg: in the above example, run comby-bump.toml against setup.py pyproject.toml only
-config
triggers a recursive directory search that ignores any provided filenames, eg:It would nice to be able to run a template against a specific set of files, eg: in the above example, run comby-bump.toml against setup.py pyproject.toml only