v.25.6Improvement

Allow extra options

Allow extra options (that go after -- like -- --config.value='abc') in clickhouse-local without the equality sign. Closes #80292. #80293 (Alexey Milovidov).
Allow passing extra command-line options after -- in clickhouse-local without requiring an equality sign.

Why it matters

This feature addresses the limitation in clickhouse-local where extra options passed after -- had to include an equality sign (=). By allowing options without the equality sign, it improves flexibility and convenience when specifying configuration overrides or additional parameters, enhancing user experience and script compatibility.

How to use it

When running clickhouse-local, users can now pass extra options after -- without using an equality sign. For example:

clickhouse-local -- --config.value 'abc'