We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I couldn't get Prompt.Secondary to work. I don't see any call to secondaryF in the source code, so I don't think it works.
Prompt.Secondary
secondaryF
It is reproducible using reeflective/console/example.
reeflective/console/example
Secondary is set https://github.com/reeflective/console/blob/b373c4052540a63590c947e9c715110b5586b769/example/menu.go#L167
Secondary
p.Secondary = func() string { return ">" }
but not printed.
example [main] in work/reeflective/console > " " Error: unknown command "\n\n\n" for ""
The text was updated successfully, but these errors were encountered:
Indeed I can see that the function is never called. I will fix this soon.
Sorry, something went wrong.
No branches or pull requests
I couldn't get
Prompt.Secondary
to work.I don't see any call to
secondaryF
in the source code, so I don't think it works.It is reproducible using
reeflective/console/example
.Secondary
is sethttps://github.com/reeflective/console/blob/b373c4052540a63590c947e9c715110b5586b769/example/menu.go#L167
but not printed.
The text was updated successfully, but these errors were encountered: