cli: make it easier to spot mistakes in manually-entered options=-ccluster
URL parameter
#97586
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
It's easy to mistype
&options=-ccluster=
in the sql conn url and instead type&-ccluster=
or&--ccluster
or&--cluster=
. We could print out a warning/hint in that case to help the user.Epic: CRDB-23559
Jira issue: CRDB-25255
The text was updated successfully, but these errors were encountered: