Skip to content

Commit 013eabe

Browse files
committed
docs(changelog): remove yes option alias from v3.0.0
Remove `yes` from DLX options list as it's just an internal alias that maps to `force` behavior. Only list the primary `force` option.
1 parent 6fab65d commit 013eabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Logger and spinner now inherit theme colors automatically
1818
- Spinner methods: `enableShimmer()`, `disableShimmer()`, `setShimmer()`, `updateShimmer()`
1919
- DLX cross-platform binary resolution (`.cmd`, `.bat`, `.ps1` on Windows)
20-
- DLX programmatic options aligned with CLI conventions (`force`, `yes`, `quiet`, `package`)
20+
- DLX programmatic options aligned with CLI conventions (`force`, `quiet`, `package`)
2121

2222
### Changed
2323

0 commit comments

Comments
 (0)