Migration: don't overwrite existing files

This commit is contained in:
李通洲
2023-11-01 11:28:08 +08:00
parent 4bf9f524d9
commit 7bc4c63eb4
2 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -61,7 +61,8 @@ See Wiki: https://github.com/fastfetch-cli/fastfetch/wiki/Building
* Run it with default configuration: `fastfetch`
* Run it with [all supported modules](https://github.com/fastfetch-cli/fastfetch/wiki/Support+Status#available-modules) and find what you interest: `fastfetch -c all.jsonc`
* Find all data that fastfetch detects: `fastfetch -s <module> --format json`
* Get help messages: `fastfetch --help`
* Display help messages: `fastfetch --help`
* Generate config file based on command line arguments: `fastfetch --arg1 --arg2 --mirgrate-config`
## Customization