Skip to content

Commit 6fab65d

Browse files
committed
docs(changelog): fix DLX option syntax in v3.0.0
Remove incorrect `--` prefix from programmatic API options. These are TypeScript interface properties (`force`, `yes`, `quiet`, `package`), not CLI flags.
1 parent 1a897ad commit 6fab65d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 CLI-style option names (`--force`, `--yes`, `--quiet`, `--package`)
20+
- DLX programmatic options aligned with CLI conventions (`force`, `yes`, `quiet`, `package`)
2121

2222
### Changed
2323

0 commit comments

Comments
 (0)