Skip to content
New issue

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

Can I define delimiter rather than whitespace between two completers? #370

Closed
lxbalex opened this issue Mar 31, 2019 · 1 comment
Closed
Labels

Comments

@lxbalex
Copy link

lxbalex commented Mar 31, 2019

No description provided.

@gnodet gnodet added the question label Apr 3, 2019
@gnodet
Copy link
Member

gnodet commented Apr 3, 2019

What do you mean between two completers ? The LineReader uses a single Completer to complete the command line. If you're referring to the ParsedLine object, that one is built by the Parser instance that you use. You can try extending the DefaultParser and override the isDelimiterChar method.

@gnodet gnodet closed this as not planned Won't fix, can't repro, duplicate, stale Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants