v1.0.5
Fix
- fix(cli): Changelog values starting with
-(e.g.- bullet) no longer fail withUnknown arguments: " ", A, u, t, o. yargs was reparsing dash-prefixed values as short-option groups; the pre-processor now emits--flag=valueform so the entire payload is consumed as the option's value.
Full Changelog: v1.0.4...v1.0.5