Closed apstndb closed 1 month ago
My latest thought is
--prompt2
will be required.--no-prompt2
is not needed if --prompt2
can differentiate between unset and empty
jessevdk/go-flags
can do it using *string
.It seems to be better to unify to single option --prompt2
.
I have prototyped another implementation with parser status https://github.com/cloudspannerecosystem/spanner-cli/pull/185
The default behavior is unchanged.
--prompt2
modifies multi-line prompt.--no-promp2
sets prompt2 to empty.fixes #183