feat: Create backups of configuration when the force option is not used.
This commit is contained in:
@@ -14,7 +14,7 @@ public enum HPAKey {
|
||||
public static let resourceFileName = "hpa"
|
||||
public static let resourceFileExtension = "toml"
|
||||
public static let defaultFileName = "config.toml"
|
||||
public static let defaultFileNameWithoutExtension = "config.toml"
|
||||
public static let defaultFileNameWithoutExtension = "config"
|
||||
}
|
||||
|
||||
extension [String: String] {
|
||||
|
||||
Reference in New Issue
Block a user