Skip to content

Commit 1a897ad

Browse files
committed
docs(changelog): fix DLX option names in v3.0.0
Correct DLX option names from incorrect `--save-metadata`, `--force` to actual options: `--force`, `--yes`, `--quiet`, `--package`.
1 parent f27100e commit 1a897ad

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 (`--save-metadata`, `--force`)
20+
- DLX CLI-style option names (`--force`, `--yes`, `--quiet`, `--package`)
2121

2222
### Changed
2323

0 commit comments

Comments
 (0)