v0.4.0 — New option to create default settings file
A new option to create a default settings file added
-
--create-settings
: Create a default.repo-to-text-settings.yaml
file with predefined settings. This is useful if you want to start with a template settings file and customize it according to your needs. To create the default settings file, run the following command in your terminal:repo-to-text --create-settings
This will create a file named
.repo-to-text-settings.yaml
in the current directory. If the file already exists, an error will be raised to prevent overwriting.