Update with --force flag

This commit is contained in:
den (work)
2025-09-22 14:45:35 -07:00
parent 5d764e8364
commit 9319f0425e
4 changed files with 27 additions and 7 deletions

View File

@@ -1,10 +1,18 @@
# Changelog
<!-- markdownlint-disable MD024 -->
All notable changes to the Specify CLI will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.0.16] - 2025-09-22
### Added
- `--force` flag for `init` command to bypass confirmation when using `--here` in a non-empty directory and proceed with merging/overwriting files.
## [0.0.15] - 2025-09-21
### Added