Missing magic-quotes
There is missing magic-quotes when adding a changelog.
How to reproduce
uvx ezchlog add "component ruff: inputs options-base, default to `--check --preview` " Added
Expected result
# _CHANGELOGS/Added/component_ruff_inputs_options-base_default_to_--ch.md
- component ruff: inputs options-base, default to `--check --preview`
Actual result
# _CHANGELOGS/Added/component_ruff_inputs_options-base_default_to_--ch.md
- component ruff: inputs options-base, default to --check --preview
Notes
The following command works as expected:
uvx ezchlog add 'component ruff: inputs options-base, default to `--check --preview`' Added
Edited by Dorian Turba