feat!: remove optional length marker option [#N] in favor of [N]

This commit is contained in:
Johann Schopplich
2025-11-10 17:28:49 +01:00
parent 1c74f09177
commit e8ae024e54
16 changed files with 38 additions and 109 deletions

View File

@@ -44,7 +44,6 @@ describe('toon CLI', () => {
const expected = encode(data, {
delimiter: DEFAULT_DELIMITER,
indent: 2,
lengthMarker: false,
})
expect(output).toBe(expected)