feat: support 'specify init .' for current directory initialization

Adds '.' as shorthand equivalent to --here flag while maintaining
full backward compatibility. Updates documentation and bumps to v0.0.18.
This commit is contained in:
Bruno Borges
2025-09-24 22:41:50 -07:00
parent f3d55cff84
commit 68eba52a40
4 changed files with 35 additions and 5 deletions

View File

@@ -7,6 +7,12 @@ 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).
## [LATEST_VERSION] - RELEASE_DATE
### Added
- Support for using `.` as a shorthand for current directory in `specify init .` command, equivalent to `--here` flag but more intuitive for users
## [0.0.17] - 2025-09-22
### Added